# leah/PullToRefresh

A simple iPhone TableViewController for adding pull-to-refresh functionality.

Repository: https://github.com/leah/PullToRefresh
Canonical: https://ross.abutalabs.com/products/pulltorefresh
Homepage: http://blog.leahculver.com/2010/07/iphone-pull-to-refresh.html
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2022-10-19T11:54:28+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5883, "days_push": 1414, "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 1887, forks 246 (observed 2026-08-28T04:05:49.149587+00:00)

## What it is
An Objective-C library providing a TableViewController subclass that adds pull-to-refresh functionality to iPhone apps, inspired by Tweetie 2. It is now obsolete since Apple's native UIRefreshControl covers this need from iOS 6 onward.

## Use cases
- add pull-to-refresh to a UITableView in an old iOS app
- support refresh-on-pull on iOS versions before 6.0
- customize a pull-to-refresh table view controller
- replicate Tweetie-style refresh interaction
- learn how pull-to-refresh was implemented in Objective-C

## When to choose
- you must support iOS versions older than 6.0
- you maintain a legacy Objective-C codebase already using it
- you want a minimal, copy-in implementation to study or modify

## When to avoid
- you target iOS 6.0 or later - use UIRefreshControl instead
- you want an actively maintained library
- you are starting a new Swift or SwiftUI project

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, mobile-framework
- domain: mobile-development, frontend
- platform: -
- tags: pull-to-refresh, uitableview, objective-c, uikit, deprecated, ios, mobile

## Member repositories
- leah/PullToRefresh (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:49.149587+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-30T03:13:32.938316+00:00, confidence not recorded.
  - readme: https://github.com/leah/PullToRefresh (fetched 2026-08-28T04:05:49.149587+00:00, sha 26f213eabefe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
