An easy way to create and layout UI components for iOS (Swift version).
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
Auto Layout made easy
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
MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C. Support Safe Area and Size Class.
marty-suzuki/misterfusion 的主要功能包括:Declarative Auto Layout, Layout Frameworks。
marty-suzuki/misterfusion 的开源替代品包括: purelayout/purelayout — PureLayout is a declarative layout framework and Auto Layout wrapper library used for positioning views and managing… roberthein/tinyconstraints — TinyConstraints is a declarative UI layout engine and constraint-based positioning framework designed to simplify the… nakiostudio/easypeasy — Auto Layout made easy. nerdycat/cupcake — An easy way to create and layout UI components for iOS (Swift version). robb/cartography — Cartography is a declarative layout engine and constraint management framework for Swift. It provides a… skyvive/swiftstraints — Auto Layout In Swift Made Easy.