# gleue/TGLStackedViewController

A stacked view layout with gesture-based reordering using a UICollectionView -- inspired by Passbook and Reminders apps.

Repository: https://github.com/gleue/TGLStackedViewController
Canonical: https://ross.abutalabs.com/products/tglstackedviewcontroller
Language: Objective-C
License: MIT
License Family: permissive
Archived: true
Last push: 2019-09-27T15:55:44+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4515, "days_push": 2532, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1201, forks 115 (observed 2026-08-28T04:03:58.237524+00:00)

## What it is
TGLStackedViewController is an Objective-C library providing a stacked card layout with gesture-based reordering built on UICollectionView, inspired by the Passbook and Reminders apps. Developers subclass it and implement standard UICollectionViewDataSource methods to get an interactive stacked card interface.

## Use cases
- build a stacked card UI like Apple Passbook in an iOS app
- let users reorder cards in a stack with drag gestures
- create a Reminders-style collapsible list of cards
- implement an interactive card deck with pinch and pan gestures
- add drag-and-drop reordering to a UICollectionView on iOS 11+

## When to choose
- you need a Passbook/Reminders-style stacked card interface in an Objective-C or Swift iOS app
- you want gesture-based reordering built on standard UICollectionView APIs
- your deployment target is iOS 9 or later

## When to avoid
- you need a multi-section collection view (only 1 section is supported)
- you are building for SwiftUI-first architectures and want modern declarative UI
- you need a actively developed library with recent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development
- platform: -
- tags: uikit, collection-view, objective-c, gesture-reordering, stacked-layout, cocoapods, carthage, ios, mobile, swift

## Member repositories
- gleue/TGLStackedViewController (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:58.237524+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-30T06:20:41.127957+00:00, confidence not recorded.
  - readme: https://github.com/gleue/TGLStackedViewController (fetched 2026-08-28T04:03:58.237524+00:00, sha f5740077f6b4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
