# matbeich/StickyCollectionView

UICollectionView layout for presenting of the overlapping cells.

Repository: https://github.com/matbeich/StickyCollectionView
Canonical: https://ross.abutalabs.com/products/stickycollectionview
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2016-02-04T21:13:01+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3999, "days_push": 3863, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1036, forks 122 (observed 2026-08-28T04:03:19.158498+00:00)

## What it is
A UICollectionViewFlowLayout subclass for iOS that presents collection view cells with an overlapping, sticky stacking effect. Written in Objective-C, it is dropped into a project as a custom layout for any UICollectionView.

## Use cases
- create a stacked card deck interface in a collection view
- make collection view cells overlap and stick while scrolling
- build a tappable stack of photos or cards on iOS
- implement a Primer-style stacked list with UICollectionView
- customize scroll behavior of overlapping collection view cells

## When to choose
- you need overlapping/sticky cells in a UICollectionView on iOS
- your project is Objective-C or you prefer the original implementation
- you want a lightweight drop-in layout class without dependencies

## When to avoid
- you are starting a new Swift project - the Swift version (StickyCollectionView-Swift) is more appropriate
- you need a maintained library - the last release was in 2016
- you need non-iOS platforms or SwiftUI support

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, frontend
- platform: -
- tags: uicollectionview, objective-c, overlapping-cells, sticky-layout, cocoa-touch, ios, swift, mobile

## Member repositories
- matbeich/StickyCollectionView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:19.158498+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:04:41.840274+00:00, confidence not recorded.
  - readme: https://github.com/matbeich/StickyCollectionView (fetched 2026-08-28T04:03:19.158498+00:00, sha d3379167f3df)
- Data as of 2026-08-30T08:39:29.467469+00:00.
