# 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.

Repository: https://github.com/nicklockwood/SwipeView
Canonical: https://ross.abutalabs.com/products/swipeview
Language: Objective-C
License: NOASSERTION
License Family: other
Last push: 2020-01-02T22:09:43+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5422, "days_push": 2435, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2624, forks 405 (observed 2026-08-28T04:07:05.218459+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: ui-components, animation
- domain: mobile-development, frontend
- platform: -
- tags: objective-c, uikit, paging, scroll-view, carousel, view-recycling, ios, mobile

## Member repositories
- nicklockwood/SwipeView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:05.218459+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:19:53.406679+00:00, confidence not recorded.
  - readme: https://github.com/nicklockwood/SwipeView (fetched 2026-08-28T04:07:05.218459+00:00, sha 4460b4ed49a2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
