# samvermette/SVPullToRefresh

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.

Repository: https://github.com/samvermette/SVPullToRefresh
Canonical: https://ross.abutalabs.com/products/svpulltorefresh
Homepage: http://samvermette.com/314
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2023-12-08T00:03:50+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": 5245, "days_push": 1000, "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 4778, forks 1073 (observed 2026-08-28T04:08:59.565081+00:00)

## What it is
An Objective-C library that adds pull-to-refresh and infinite scrolling to any UIScrollView (or subclass) with a single line of code, using Objective-C categories. It is customizable (colors, titles, custom views) and installable via CocoaPods or manual integration.

## Use cases
- add pull-to-refresh to a UITableView
- implement infinite scrolling to load more data in a scroll view
- trigger a refresh programmatically when a view appears
- customize the pull-to-refresh indicator with custom views or colors
- add pull-to-refresh from the bottom of a scroll view

## When to choose
- you maintain a legacy Objective-C iOS app needing pull-to-refresh without subclassing or delegates
- you want a lightweight, one-line integration for UIScrollView refresh and pagination
- you need customizable refresh indicator states and positions

## When to avoid
- you are building a new Swift app where UIRefreshControl or modern SwiftUI patterns suffice
- you need actively developed features or Swift-native APIs
- your project targets only the latest iOS SDKs with no Objective-C interop

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, developer-tools
- platform: cross-platform
- tags: pull-to-refresh, infinite-scrolling, objective-c, uiscrollview, cocoapods, ios, mobile

## Member repositories
- samvermette/SVPullToRefresh (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:59.565081+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-29T18:18:45.753300+00:00, confidence not recorded.
  - readme: https://github.com/samvermette/SVPullToRefresh (fetched 2026-08-28T04:08:59.565081+00:00, sha 7710a74058cb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
