kishikawakatsumi/IBPCollectionViewCompositionalLayout
Backport of UICollectionViewCompositionalLayout to earlier iOS 12 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2584
- days_rel: n/a
- days_push: 1591
- n_releases_24m: 0
Adoption not part of the score
1553 stars · 149 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Swift/Objective-C library that backports UICollectionViewCompositionalLayout from iOS 13 to iOS 12 and earlier. It lets developers use Apple's compositional collection view layout APIs without maintaining separate codebases for older iOS versions.
Use cases
- use compositional layout on iOS 12
- backport UICollectionViewCompositionalLayout to older iOS
- create complex collection view layouts without custom UICollectionViewLayout subclasses
- avoid maintaining two codebases for iOS 12 and iOS 13
- build nested collection views with independently scrolling sections
When to choose
- you must support iOS 12 or earlier but want modern compositional layout APIs
- you want declarative collection view layouts without subclassing UICollectionViewLayout
- your app targets users on older iOS versions during a transition period
When to avoid
- your minimum deployment target is iOS 13 or later (use the native API)
- the project needs actively maintained dependencies (last release 2022)
- you use SwiftUI collection views instead of UIKit
Facets
library · maturity maintenance
ui-components developer-tools mobile-development cross-platform uikit uicollectionviewlayout compositional-layout backport cocoapods spm ios swift mobile
1 source
- readme: https://github.com/kishikawakatsumi/IBPCollectionViewCompositionalLayout · fetched 2026-08-28 · d6f1b57e4669
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kishikawakatsumi/IBPCollectionViewCompositionalLayout | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="kishikawakatsumi/IBPCollectionViewCompositionalLayout")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem