awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mamaral avatar

mamaral/Facade

0
View on GitHub↗
685 stars·47 forks·Objective-C·MIT·10 views

Facade

Programmatic view layout for the rest of us.

Features

  • Layout Frameworks - Programmatic alternative to standard Auto Layout.
  • UI Layout Tools - Programmable view layout alternative to Auto Layout.

Star history

Star history chart for mamaral/facadeStar history chart for mamaral/facade

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Facade

These projects share indexed features with Facade. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • purelayout/purelayoutPureLayout avatar

    PureLayout/PureLayout

    7,599View on GitHub↗

    PureLayout is a declarative layout framework and Auto Layout wrapper library used for positioning views and managing constraints in iOS and macOS applications. It provides a programmatic engine for building user interfaces through constrained-based positioning and priority levels. The framework utilizes a fluent-interface API design and wrapper-based abstractions to simplify the definition of layout constraints. It features deferred and batch constraint activation to group multiple rules together for simultaneous application to the view hierarchy. The project covers general Auto Layout manag

    Objective-C
    View on GitHub↗7,599
  • robb/cartographyrobb avatar

    robb/Cartography

    7,328View on GitHub↗

    Cartography is a declarative layout engine and constraint management framework for Swift. It provides a domain-specific language to define, group, and prioritize user interface layout rules, abstracting the process of positioning and aligning visual components. The framework distinguishes itself through a fluent API and the use of overloaded operators to define relationships between view attributes. It enables the bundling of multiple layout rules into single units, allowing for the dynamic swapping of constraint groups at runtime to transition views between different positional states. The

    Swift
    View on GitHub↗7,328
  • floriankugler/flkautolayoutfloriankugler avatar

    floriankugler/FLKAutoLayout

    1,484View on GitHub↗

    UIView category which makes it easy to create layout constraints in code

    Objective-C
    View on GitHub↗1,484
  • snapkit/masonrySnapKit avatar

    SnapKit/Masonry

    18,157View on GitHub↗

    Masonry is a declarative UI layout engine and domain-specific language for defining layout constraints on iOS and macOS. It serves as a wrapper for native Apple layout constraints, providing a system for positioning views on a screen by declaring rules and priorities. The library implements a fluent interface that uses chainable method calls to define complex screen layouts. This approach replaces native configuration calls with an expressive syntax for generating layout rules. The engine includes capabilities for managing constraint priorities to resolve layout conflicts and tools for updat

    Objective-C
    View on GitHub↗18,157
Compare all 30 related projects→

Frequently asked questions

What does mamaral/facade do?

Programmatic view layout for the rest of us.

What are the main features of mamaral/facade?

The main features of mamaral/facade are: Layout Frameworks, UI Layout Tools.

Which projects share features with mamaral/facade?

Projects with overlapping indexed features include: robb/cartography — Cartography is a declarative layout engine and constraint management framework for Swift. It provides a… snapkit/snapkit — SnapKit is a declarative layout library and domain-specific language for managing user interface constraints and view… floriankugler/flkautolayout — UIView category which makes it easy to create layout constraints in code. purelayout/purelayout — PureLayout is a declarative layout framework and Auto Layout wrapper library used for positioning views and managing… snapkit/masonry — Masonry is a declarative UI layout engine and domain-specific language for defining layout constraints on iOS and… exyte/grid — The most powerful Grid container missed in SwiftUI.