# pronebird/UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category

Repository: https://github.com/pronebird/UIScrollView-InfiniteScroll
Canonical: https://ross.abutalabs.com/products/uiscrollview-infinitescroll
Language: Objective-C
License: MIT
License Family: permissive
Topics: swift, objective-c, infinite-scroll, uiscrollview
Last push: 2022-09-25T07:49:21+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4745, "days_push": 1438, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1052, forks 150 (observed 2026-08-28T04:03:23.491315+00:00)

## What it is
An Objective-C category on UIScrollView that adds infinite (endless) scrolling support to any scroll view or table view on iOS. It calls a developer-provided handler block when more data is needed and manages the loading animation and state until finishInfiniteScroll is called.

## Use cases
- add infinite scrolling to a UITableView feed
- load more items when user scrolls to the bottom of a list
- paginate API results in a scroll view
- endless photo gallery scrolling in an iOS app
- auto-fetch older/newer content as user scrolls
- implement pull-to-load-more in Swift or Objective-C

## When to choose
- you have a UIScrollView or UITableView-based list that needs endless pagination
- you want a lightweight category instead of rewriting your list with UICollectionView compositional layouts
- you need both Objective-C and Swift support with SPM, CocoaPods, or Carthage

## When to avoid
- you are building with SwiftUI, which has native Lazy stacks and pagination patterns
- you are uncomfortable with method swizzling of setContentOffset/setContentSize
- your project needs actively maintained dependencies with frequent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, middleware
- domain: mobile-development, frontend
- platform: -
- tags: infinite-scroll, uiscrollview, objective-c, cocoapods, swift-package-manager, pagination, ios, swift, mobile

## Member repositories
- pronebird/UIScrollView-InfiniteScroll (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:23.491315+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-30T06:59:45.219706+00:00, confidence not recorded.
  - readme: https://github.com/pronebird/UIScrollView-InfiniteScroll (fetched 2026-08-28T04:03:23.491315+00:00, sha 1d792a69c853)
- Data as of 2026-08-30T08:39:29.467469+00:00.
