pronebird/UIScrollView-InfiniteScroll
UIScrollView ∞ scroll category observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4745
- days_rel: n/a
- days_push: 1438
- n_releases_24m: 0
Adoption not part of the score
1052 stars · 150 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
ui-components middleware mobile-development frontend infinite-scroll uiscrollview objective-c cocoapods swift-package-manager pagination ios swift mobile
1 source
- readme: https://github.com/pronebird/UIScrollView-InfiniteScroll · fetched 2026-08-28 · 1d792a69c853
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pronebird/UIScrollView-InfiniteScroll | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="pronebird/UIScrollView-InfiniteScroll")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem