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

floriankugler/FLKAutoLayout

UIView category which makes it easy to create layout constraints in code observed · 2026-08-28

github.com/floriankugler/FLKAutoLayout · Objective-C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 4908
  • days_rel: n/a
  • days_push: 2058
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1482 stars · 114 forks observed · 2026-08-28

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

FLKAutoLayout is a collection of Objective-C categories on UIView that simplify creating Auto Layout constraints programmatically. It offers a readable syntax with convenience methods for simple and complex constraints, automatically adding them to the nearest common superview.

Use cases

  • create autolayout constraints in code instead of interface builder
  • align multiple views in a grid programmatically
  • space out views vertically with fixed padding
  • set up view constraints with readable objective-c syntax
  • align baselines of labels and text fields
  • constrain view width and height ranges in code

When to choose

  • you build iOS UIs in Objective-C entirely in code without storyboards
  • you want a lightweight, readable wrapper around NSLayoutConstraint
  • you need convenience methods for aligning groups of views

When to avoid

  • you use Swift and prefer modern alternatives like SnapKit
  • you build layouts with Interface Builder or SwiftUI
  • you need a library under active development

Facets

library · maturity maintenance

ui-components mobile-development developer-tools autolayout objective-c uiview layout-constraints cocoa-touch ios mobile

1 source

Member repositories

RepositoryRoleHealth v2
floriankugler/FLKAutoLayoutmain32

For agents

markdown · JSON · MCP: product_card(name="floriankugler/FLKAutoLayout")

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