Releases: cjnevin/AutoLayoutBuilder
Releases · cjnevin/AutoLayoutBuilder
v1.1.0
Removed table view and stack view.
v1.0.8
Fixed issues with priority.
Added new StackView
and ScrollableStackView
components.
v1.0.7
Removed generics and added assertions when anchors are invalid.
v1.0.6
Added Anchor to wrap NSLayoutAnchor and avoid mishmash of widthAnchor
and width
v1.0.5
Created variable equivalents of constraints to reduce ()
v1.0.4
store(in:)
now has it's own collection block.
v1.0.3
Added addSubviews(view1, view2, ...)
it accepts up to 6 subviews and returns them in a block for configuration
v1.0.2
Improved constraint storage and collection methods
v1.0.1
Added operator support (==, <=, >=)