# forkingdog/FDStackView

Use UIStackView directly in iOS6+

Repository: https://github.com/forkingdog/FDStackView
Canonical: https://ross.abutalabs.com/products/fdstackview
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2018-01-05T03:54:36+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": 3982, "days_push": 3162, "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 2512, forks 311 (observed 2026-08-28T04:06:57.486891+00:00)

## What it is
FDStackView is an Objective-C library that lets iOS developers use UIStackView directly on iOS 6+ by transparently swapping in a compatible implementation at runtime on pre-iOS 9 devices. It requires no code changes or imports and supports Interface Builder with live preview.

## Use cases
- use UIStackView in apps supporting iOS 6-8
- backport stack views to older iOS versions
- build flow layouts without writing manual constraints
- use UIStackView in Interface Builder with live preview on older deployment targets
- migrate legacy iOS apps to stack view layouts

## When to choose
- you must support iOS versions below 9 and want stack view layout
- you want zero-code-change drop-in UIStackView compatibility
- you rely on Interface Builder stack view previews with an older deployment target

## When to avoid
- your deployment target is iOS 9 or later (use native UIStackView)
- you need an actively maintained library or Swift support
- you are starting a new project targeting modern iOS

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, middleware
- domain: mobile-development, frontend, cross-platform
- platform: cpp
- tags: uistackview, ios-compatibility, objective-c, cocoapods, interface-builder, auto-layout, ios, mobile, swift

## Member repositories
- forkingdog/FDStackView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:57.486891+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:26:20.048081+00:00, confidence not recorded.
  - readme: https://github.com/forkingdog/FDStackView (fetched 2026-08-28T04:06:57.486891+00:00, sha 2412c2910efa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
