# uias/Pageboy

📖 A simple, highly informative page view controller

Repository: https://github.com/uias/Pageboy
Canonical: https://ross.abutalabs.com/products/pageboy
Language: Swift
License: MIT
License Family: permissive
Topics: swift, uipageviewcontroller, pages, ios, ui, viewpager
Last push: 2026-07-26T23:45:29+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 67, longevity 100
- inputs: {"age_days": 3528, "days_push": 38, "days_rel": 143, "gap_med": 53.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2045, forks 156 (observed 2026-08-28T04:06:08.848170+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: ui-components, animation, state-management
- domain: mobile-development, frontend, cross-platform
- platform: -
- tags: uipageviewcontroller, pager, swift-package-manager, viewpager, infinite-scrolling, page-transitions, ios, swift, mobile, tvos

## Member repositories
- uias/Pageboy (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.848170+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-30T02:58:02.112687+00:00, confidence not recorded.
  - readme: https://github.com/uias/Pageboy (fetched 2026-08-28T04:06:08.848170+00:00, sha 6106987d5853)
- Data as of 2026-08-30T08:39:29.467469+00:00.
