nicklockwood/SwipeView
SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style dataSource/delegate interface for loading views dynamically, and efficient view loading, unloading and recycling. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: n/a
- age_days: 5422
- days_rel: n/a
- days_push: 2435
- n_releases_24m: 0
Adoption not part of the score
2624 stars · 405 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SwipeView is an Objective-C iOS library that simplifies building horizontal, paged scrolling views on top of UIScrollView. It provides a UITableView-style dataSource/delegate interface with efficient view loading, unloading, and recycling.
Use cases
- implement horizontal paged scrolling views on iOS
- create swipeable card or page carousels
- recycle views efficiently in a paging scroll view
- load paging content dynamically via a dataSource pattern
- build swipe-based onboarding or gallery screens
When to choose
- you maintain a legacy Objective-C iOS app targeting old iOS versions
- you want a UITableView-style API for horizontal paging views
- you need efficient view recycling in a paged scroller
When to avoid
- you are starting a new Swift or SwiftUI project
- you need actively maintained or modern iOS support
- UICollectionView with paging or newer carousel libraries would suffice
Facets
library · maturity abandoned
ui-components animation mobile-development frontend objective-c uikit paging scroll-view carousel view-recycling ios mobile
1 source
- readme: https://github.com/nicklockwood/SwipeView · fetched 2026-08-28 · 4460b4ed49a2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nicklockwood/SwipeView | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="nicklockwood/SwipeView")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem