# apptekstudios/ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.

Repository: https://github.com/apptekstudios/ASCollectionView
Canonical: https://ross.abutalabs.com/products/ascollectionview
Language: Swift
License: MIT
License Family: permissive
Topics: ios, swift, swiftui, swift-package-manager, collectionview, collection-view, uicollectionview, grid
Archived: true
Last push: 2022-11-03T23:29:52+00:00

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

## Adoption (not part of the score)
Stars 1378, forks 163 (observed 2026-08-28T04:04:33.573186+00:00)

## What it is
ASCollectionView is a SwiftUI library that provides UICollectionView and UITableView-style collection views with custom layouts, preloading, cell autosizing, and selection support. It is distributed via Swift Package Manager and CocoaPods for iOS apps.

## Use cases
- build custom grid layouts in SwiftUI
- implement collection views with preloading in SwiftUI
- create compositional layout collection views in SwiftUI
- autosize SwiftUI collection view cells
- use Core Data FetchedResults as a collection view data source
- build table views with removable separators in SwiftUI

## When to choose
- targeting iOS 15 or earlier where native SwiftUI lacks these collection view features
- you need UICollectionViewCompositionalLayout or custom layouts within SwiftUI
- you want preloading and onAppear/onDisappear hooks for lazy content loading

## When to avoid
- targeting iOS 16 or later, where native SwiftUI LazyStacks, Layout protocol, and UIHostingConfiguration cover most use cases
- starting a new project, since the repository is no longer maintained
- you need long-term support or bug fixes from an active community

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, frontend-framework
- domain: mobile-development, frontend, cross-platform
- platform: -
- tags: swiftui, uicollectionview, collection-view, uitableview, grid-layout, preloading, swift-package-manager, ios, swift, mobile

## Member repositories
- apptekstudios/ASCollectionView (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:33.573186+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-30T04:40:21.556322+00:00, confidence not recorded.
  - readme: https://github.com/apptekstudios/ASCollectionView (fetched 2026-08-28T04:04:33.573186+00:00, sha 1b2bd6e3f859)
- Data as of 2026-08-30T08:39:29.467469+00:00.
