# marlimox/AloeStackView

A simple class for laying out a collection of views with a convenient API, while leveraging the power of Auto Layout.

Repository: https://github.com/marlimox/AloeStackView
Canonical: https://ross.abutalabs.com/products/aloestackview
Language: Swift
License: Apache-2.0
License Family: permissive
Last push: 2021-08-11T19:43:45+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2885, "days_push": 1848, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2816, forks 167 (observed 2026-08-28T04:07:23.840354+00:00)

## What it is
AloeStackView is a Swift library for iOS that lays out a collection of views in a vertical or horizontal list using Auto Layout, with a simple API for adding, removing, hiding, and animating rows. It trades UITableView features like view recycling for a simpler, safer developer experience.

## Use cases
- build scrollable forms and settings screens in iOS quickly
- lay out a vertical list of views without UITableView complexity
- dynamically add, remove, or hide rows with animation
- create simple list UIs where view recycling is unnecessary
- keep strong references to row views and update them reactively

## When to choose
- you need a simple, safe API for small-to-medium lists of views
- you want Auto Layout to automatically keep the UI up to date
- your list is short enough that view recycling is not needed
- you want a tiny dependency with no external dependencies

## When to avoid
- you need to display very large or unbounded lists with view recycling
- you need UITableView features like cell reuse for performance
- you need a maintained library — the latest release was in 2021

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, frontend
- platform: -
- tags: auto-layout, stack-view, uitableview-alternative, cocoapods, carthage, ios, swift, mobile

## Member repositories
- marlimox/AloeStackView (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:23.840354+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-29T18:48:43.454582+00:00, confidence not recorded.
  - readme: https://github.com/marlimox/AloeStackView (fetched 2026-08-28T04:07:23.840354+00:00, sha ad43fb80bc93)
- Data as of 2026-08-30T08:39:29.467469+00:00.
