uias/Pageboy
📖 A simple, highly informative page view controller observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 94
- Release rhythm 67
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 53.0
- age_days: 3528
- days_rel: 143
- days_push: 38
- n_releases_24m: 3
Adoption not part of the score
2045 stars · 156 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Pageboy is a Swift library that provides a simplified, more reliable wrapper around UIPageViewController for iOS and tvOS. It adds features like dynamic page insertion/removal, infinite scrolling, timer-based auto transitions, and custom animated page transitions.
Use cases
- build a paged onboarding flow in an iOS app
- implement a swipeable image carousel with infinite scrolling
- replace UIPageViewController with a simpler data source API
- auto-rotate pages on a timer in a tvOS app
- dynamically insert and remove pages at runtime
- add custom animated transitions between view controller pages
When to choose
- you need a paged view controller on iOS/tvOS with less boilerplate than UIPageViewController
- you want infinite scrolling or auto-advancing pages out of the box
- you need reliable scroll position and transition delegate callbacks
When to avoid
- your app targets below iOS 14
- you need paged UI on Android or other non-Apple platforms
- you only need a simple scroll view and don't want a dependency
Facets
library · maturity stable
ui-components animation state-management mobile-development frontend cross-platform uipageviewcontroller pager swift-package-manager viewpager infinite-scrolling page-transitions ios swift mobile tvos
1 source
- readme: https://github.com/uias/Pageboy · fetched 2026-08-28 · 6106987d5853
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| uias/Pageboy | main | 86 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem