# gmoledina/GMGridView

A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display.

Repository: https://github.com/gmoledina/GMGridView
Canonical: https://ross.abutalabs.com/products/gmgridview
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2018-01-17T21:13:12+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": 5441, "days_push": 3150, "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 2290, forks 502 (observed 2026-08-28T04:06:34.853072+00:00)

## What it is
GMGridView is a performant iOS grid-view component written in Objective-C that supports gesture-based item sorting (drag to reorder), edit mode, and pinch-to-fullsize interactions. It uses a UITableView-style datasource/delegate pattern with reusable cells and multiple layout strategies.

## Use cases
- build a sortable grid of items on iPhone or iPad
- let users drag and reorder grid cells with gestures
- pinch a grid cell to expand it to full size
- implement paged horizontal grid layouts in iOS
- add edit mode with delete and shake animation to a grid
- create a reusable-cell grid view with custom layout strategy

## When to choose
- maintaining a legacy iOS 4-era Objective-C app already using it
- you need a grid with gesture sorting on a very old iOS deployment target

## When to avoid
- starting any new iOS project - use UICollectionView instead
- you need ongoing support or bug fixes - the project is explicitly unsupported
- Swift-based or modern iOS development

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, animation
- domain: mobile-development, frontend
- platform: -
- tags: grid-view, objective-c, gesture-sorting, uiscrollview, deprecated, uicollectionview-alternative, ios, mobile

## Member repositories
- gmoledina/GMGridView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:34.853072+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-30T02:40:42.283712+00:00, confidence not recorded.
  - readme: https://github.com/gmoledina/GMGridView (fetched 2026-08-28T04:06:34.853072+00:00, sha 949dc3754ff9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
