All Versions
3
Latest Version
Avg Release Cycle
228 days
Latest Release
2843 days ago
Changelog History
Changelog History
-
v1.2.0 Changes
October 05, 2018โ Additions
- ๐ Use
group()to collect constraints into an array.
๐ Changes
- โก๏ธ Update to Swift 4.2.
- ๐ Use
-
v1.1.0 Changes
September 16, 2017โ Additions
- ๐ Support system spacing in iOS 11, use
SystemSpacingin place of constant. - ๐ Support offset anchors in iOS 10, use
offset()and-operator for axis anchors. distribute[X|Y]EqualSpacing()distribute items with equal spacing.triple()on multiple items creates constraints for every three items.
๐ Changes
- Migrate to Swift 4.
constrainandlayoutextensions are renamed tobbandbbmrespectively.before()andafter()respect language direction.distribute[Horizontally|Vertically]are renamed todistribute[X|Y], additionalinsetparameter is added.
- ๐ Support system spacing in iOS 11, use
-
v1.0.0 Changes
July 06, 2017๐ Initial version.