tomvanzummeren/TZStackView
UIStackView replica for iOS 7.x and iOS 8.x observed · 2026-09-06
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-06. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4096
- days_rel: n/a
- days_push: 2770
- n_releases_24m: 0
Adoption not part of the score
1155 stars · 125 forks observed · 2026-09-06
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TZStackView is a Swift replica of Apple's UIStackView that works on iOS 7.x and iOS 8.x, before UIStackView became available in iOS 9. It supports the full UIStackView API including all distribution and alignment options, with hidden-view animation, but is code-only (no Storyboard support).
Use cases
- backport uistackview to ios 7 or ios 8
- layout views in rows or columns without writing nslayoutconstraint boilerplate
- animate hiding and showing arranged subviews in a stack
- use stack view layout in code instead of storyboards
- migrate legacy pre-ios 9 apps to stack view style layout
When to choose
- you must support iOS 7 or iOS 8 and want UIStackView-like layout
- you lay out views programmatically rather than in Storyboards
When to avoid
- your deployment target is iOS 9 or later (use the native UIStackView)
- you need Storyboard/XIB support
- you need a maintained library - the project has not been updated since 2019
Facets
library · maturity abandoned
ui-components animation mobile-development uikit stack-view ios7 ios8 layout carthage cocoapods ios swift
1 source
- readme: https://github.com/tomvanzummeren/TZStackView · fetched 2026-09-06 · 21e1b9df5b7f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tomvanzummeren/TZStackView | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="tomvanzummeren/TZStackView")
Data as of 2026-09-07T08:21:23.190159+00:00 · Report a problem