# ra1028/RACollectionViewReorderableTripletLayout

The custom collectionView layout that can perform reordering of cells by dragging it.

Repository: https://github.com/ra1028/RACollectionViewReorderableTripletLayout
Canonical: https://ross.abutalabs.com/products/racollectionviewreorderabletripletlayout
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2015-07-07T21:23:38+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": 4478, "days_push": 4075, "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 1475, forks 189 (observed 2026-08-28T04:04:49.803132+00:00)

## What it is
A custom UICollectionView layout for iOS written in Objective-C that lets users reorder cells by long-pressing and dragging them. It supports large/triplet item sizing, section spacing customization, and drag event delegate callbacks.

## Use cases
- reorder collection view cells by dragging
- build an iOS grid where users can rearrange items
- add long-press drag-and-drop to a UICollectionView
- customize collection view layout with large and small items
- receive callbacks when items move between positions

## When to choose
- you maintain an older Objective-C iOS codebase needing drag-to-reorder collection views
- you want a lightweight CocoaPods drop-in layout with delegate-based customization

## When to avoid
- you are starting a new project - the author recommends RAReorderableLayout instead
- you need horizontal scrolling collection views
- you need actively maintained Swift-first solutions

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, animation
- domain: mobile-development
- platform: -
- tags: uicollectionview, objective-c, cocoapods, drag-and-drop, reorderable-layout, ios, mobile, swift

## Member repositories
- ra1028/RACollectionViewReorderableTripletLayout (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:49.803132+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-30T04:34:31.463354+00:00, confidence not recorded.
  - readme: https://github.com/ra1028/RACollectionViewReorderableTripletLayout (fetched 2026-08-28T04:04:49.803132+00:00, sha 07d2647426fc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
