Skip to content

Releases: cjnevin/AutoLayoutBuilder

v1.1.0

21 Oct 13:48
Compare
Choose a tag to compare
Removed table view and stack view.

v1.0.9

16 Oct 11:11
Compare
Choose a tag to compare

Added TableViewBuilder

v1.0.8

15 Oct 22:21
Compare
Choose a tag to compare

Fixed issues with priority.
Added new StackView and ScrollableStackView components.

v1.0.7

14 Oct 04:54
Compare
Choose a tag to compare

Removed generics and added assertions when anchors are invalid.

v1.0.6

13 Oct 04:38
Compare
Choose a tag to compare

Added Anchor to wrap NSLayoutAnchor and avoid mishmash of widthAnchor and width

v1.0.5

13 Oct 01:27
Compare
Choose a tag to compare

Created variable equivalents of constraints to reduce ()

v1.0.4

12 Oct 21:49
Compare
Choose a tag to compare

store(in:) now has it's own collection block.

v1.0.3

12 Oct 07:34
Compare
Choose a tag to compare

Added addSubviews(view1, view2, ...) it accepts up to 6 subviews and returns them in a block for configuration

v1.0.2

12 Oct 04:32
Compare
Choose a tag to compare

Improved constraint storage and collection methods

v1.0.1

11 Oct 22:48
Compare
Choose a tag to compare

Added operator support (==, <=, >=)