# nsomar/OAStackView

Porting UIStackView to iOS 7+

Repository: https://github.com/nsomar/OAStackView
Canonical: https://ross.abutalabs.com/products/oastackview
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2017-03-28T19:25:32+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": 4097, "days_push": 3445, "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 2130, forks 185 (observed 2026-08-28T04:06:17.112867+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: ui-components, frontend-framework
- domain: mobile-development, cross-platform
- platform: -
- tags: uikit, uistackview, objective-c, cocoapods, layout, ios7-backport, ios, mobile

## Member repositories
- nsomar/OAStackView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:17.112867+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:52:22.242606+00:00, confidence not recorded.
  - readme: https://github.com/nsomar/OAStackView (fetched 2026-08-28T04:06:17.112867+00:00, sha d7966161fcf0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
