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

layoutBox/FlexLayout

FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax. observed · 2026-08-28

github.com/layoutBox/FlexLayout · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 96
  • Release rhythm 38
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 99.0
  • age_days: 3362
  • days_rel: 256
  • days_push: 25
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

2132 stars · 234 forks observed · 2026-08-28

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

FlexLayout is a Swift library providing a concise, chainable interface over Facebook's Yoga flexbox layout engine for iOS UI development. It serves as a more versatile and performant alternative to UIStackView for building native iOS layouts.

Use cases

  • build iOS layouts with flexbox instead of Auto Layout
  • replace UIStackView with a faster, more flexible layout system
  • create responsive UIKit interfaces with chainable Swift syntax
  • define flex containers and items with margins, paddings, and sizing rules
  • use CSS flexbox properties in native iOS apps
  • combine with PinLayout for absolute positioning layouts

When to choose

  • you're building UIKit-based iOS apps and want flexbox-style layout
  • UIStackView is too limiting or slow for your layout needs
  • you want a concise, chainable Swift API over the Yoga engine
  • you're familiar with CSS flexbox and want the same model in iOS

When to avoid

  • you're using SwiftUI, which has its own layout system
  • you need layouts for Android or cross-platform without Yoga directly
  • your project targets iOS versions below 13.0
  • you prefer Auto Layout constraints or Interface Builder workflows

Facets

library · maturity active

ui-components graphics mobile-development frontend cross-platform flexbox yoga layout-engine uikit chainable-syntax cocoapods ios swift mobile

1 source

Member repositories

RepositoryRoleHealth v2
layoutBox/FlexLayoutmain76

For agents

markdown · JSON · MCP: product_card(name="layoutBox/FlexLayout")

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