nsomar/OAStackView
Porting UIStackView to iOS 7+ observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4097
- days_rel: n/a
- days_push: 3445
- n_releases_24m: 0
Adoption not part of the score
2130 stars · 185 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
OAStackView is an Objective-C backport of Apple's UIStackView for iOS 7 and iOS 8, replicating its layout features. It works both in code and Interface Builder and is distributed via CocoaPods.
Use cases
- use stack views on iOS 7 or 8
- backport UIStackView to older iOS versions
- easily lay out views vertically or horizontally in legacy iOS apps
- replace manual Auto Layout constraints with a stack view
- use stack views from Interface Builder on pre-iOS 9
When to choose
- you must support iOS 7 or 8 and want UIStackView-like layout
- you maintain a legacy Objective-C codebase that cannot adopt iOS 9 APIs
When to avoid
- your deployment target is iOS 9 or later (use the native UIStackView)
- you need a maintained library - the project has not been updated since 2017
- you are building in Swift with modern iOS APIs
Facets
library · maturity abandoned
ui-components frontend-framework mobile-development cross-platform uikit uistackview objective-c cocoapods layout ios7-backport ios mobile
1 source
- readme: https://github.com/nsomar/OAStackView · fetched 2026-08-28 · d7966161fcf0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nsomar/OAStackView | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="nsomar/OAStackView")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem