Skip to content

Releases: smileyborg/UIView-AutoLayout

v0.5.0: Easier constraint removal

28 Aug 02:28
Compare
Choose a tag to compare
  • Add method to recursively remove all constraints from a view and its subviews

v0.4.0: More Advanced Methods

27 Aug 15:20
Compare
Choose a tag to compare
  • 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

27 Aug 15:22
Compare
Choose a tag to compare
  • 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

27 Aug 15:23
Compare
Choose a tag to compare
  • Add class methods on UIView to remove constraints
  • Add simple category to NSLayoutConstraint to remove a constraint

v0.1.0: Initial Release

27 Aug 15:23
Compare
Choose a tag to compare
  • Initial release of the API