# jamztang/JTGestureBasedTableViewDemo

(demo) Recreating the buttonless interaction pattern found in Clear for iPhone app

Repository: https://github.com/jamztang/JTGestureBasedTableViewDemo
Canonical: https://ross.abutalabs.com/products/jtgesturebasedtableviewdemo
Homepage: http://jamztang.com
Language: Objective-C
License Family: other
Last push: 2019-11-26T18:15:43+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": 5313, "days_push": 2472, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1320, forks 200 (observed 2026-08-28T04:04:21.789622+00:00)

## What it is
An Objective-C iOS library and demo recreating the buttonless, gesture-based table view interactions popularized by the Clear for iPhone app. It provides gesture recognizers for pull-down-to-add, pinch-to-create, panning, and long-hold-to-reorder on UITableView cells.

## Use cases
- add gesture-based interactions to an iOS table view
- recreate the Clear app buttonless UI pattern
- implement pull down to add cell in UITableView
- pinch to create new list rows on iPhone
- long press to reorder table view cells
- learn how gesture recognizers drive list editing

## When to choose
- building an older Objective-C iOS app targeting iOS 5-era devices
- studying how the Clear app gesture interactions were implemented
- wanting a drop-in UITableView gesture recognizer with ARC

## When to avoid
- starting a new modern iOS project in Swift
- needing maintained, documented, or licensed code
- targeting current iOS versions or modern UI frameworks like SwiftUI

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, animation
- domain: mobile-development, web-development
- platform: -
- tags: objective-c, uitableview, gesture-recognition, clear-app, demo, touch-interactions, ios, mobile

## Member repositories
- jamztang/JTGestureBasedTableViewDemo (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:21.789622+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:47:27.845734+00:00, confidence not recorded.
  - readme: https://github.com/jamztang/JTGestureBasedTableViewDemo (fetched 2026-08-28T04:04:21.789622+00:00, sha c5cfd857c315)
  - homepage: http://jamztang.com (fetched 2026-08-29T12:06:17.428627+00:00, sha 91602e867ac5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
