Ross ROSS = Recommend OSS · open-source software intelligence for agents

marlimox/AloeStackView

A simple class for laying out a collection of views with a convenient API, while leveraging the power of Auto Layout. observed · 2026-08-28

github.com/marlimox/AloeStackView · Swift · Apache-2.0 (permissive) observed · 2026-08-28

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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2885
  • days_rel: n/a
  • days_push: 1848
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2816 stars · 167 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

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

library · maturity maintenance

ui-components animation mobile-development frontend auto-layout stack-view uitableview-alternative cocoapods carthage ios swift mobile

1 source

Member repositories

RepositoryRoleHealth v2
marlimox/AloeStackViewmain23

For agents

markdown · JSON · MCP: product_card(name="marlimox/AloeStackView")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem