Releases: smileyborg/UIView-AutoLayout
Releases · smileyborg/UIView-AutoLayout
v0.5.0: Easier constraint removal
- Add method to recursively remove all constraints from a view and its subviews
v0.4.0: More Advanced Methods
- Add class method to set the priority of constraints created using this API
- Add new advanced methods that layout arrays of subviews
- Add initial suite of unit tests to the project
- Add additional demo to example project
v0.3.0: API Extensions, Example Project
- Add new methods for matching dimensions based on a multiplier
- Fix a bug with the initForAutoLayout method
- Add example project with sample code to repository
v0.2.0: Constraint Removal
- Add class methods on UIView to remove constraints
- Add simple category to NSLayoutConstraint to remove a constraint
v0.1.0: Initial Release
- Initial release of the API