# ptshih/PSCollectionView

A simple open source implementation of a Pinterest Pinboard for iOS

Repository: https://github.com/ptshih/PSCollectionView
Canonical: https://ross.abutalabs.com/products/pscollectionview
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2016-04-12T03:59:20+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5269, "days_push": 3795, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1385, forks 318 (observed 2026-08-28T04:04:34.797404+00:00)

## What it is
PSCollectionView is an Objective-C library implementing a Pinterest-style pinboard (waterfall) scroll view for iOS, used similarly to UITableView. It supports portrait/landscape column counts, header/footer views, and subclassable cells with delegate/dataSource patterns.

## Use cases
- build a Pinterest-style waterfall grid in an iOS app
- display variable-height cards in multiple columns
- create a masonry image feed like a pinboard
- use a UITableView-like API for a multi-column scroll view
- show different column counts for iPhone and iPad

## When to choose
- you are maintaining a legacy Objective-C iOS app needing a simple Pinterest-style layout
- you want a lightweight UITableView-style API for a waterfall grid

## When to avoid
- starting a new Swift project — use UICollectionViewCompositionalLayout or a modern masonry library instead
- you need actively maintained code with recent iOS support

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, frontend-framework
- domain: mobile-development, web-design
- platform: -
- tags: pinterest-style, waterfall-layout, objective-c, uikit, scroll-view, masonry-layout, ios, mobile

## Member repositories
- ptshih/PSCollectionView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:34.797404+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:39:57.625258+00:00, confidence not recorded.
  - readme: https://github.com/ptshih/PSCollectionView (fetched 2026-08-28T04:04:34.797404+00:00, sha 74dfd8a6d4ca)
- Data as of 2026-08-30T08:39:29.467469+00:00.
