All Versions
24
Latest Version
Avg Release Cycle
122 days
Latest Release
1539 days ago

Changelog History
Page 3

  • v0.2.3 Changes

    • โž• Added UILayoutGuide support (iOS 9 and above).
  • v0.2.2 Changes

    • ๐Ÿ›  Fixed bug clearing conflicting Attributes using easy_reload.
    • Apply operator <- returns the NSLayoutConstraints created.
  • v0.2.1 Changes

    • Constant values of CGFloat type.
    • โšก๏ธ Optimized apply <- operation.
  • v0.2 Changes

    • ๐Ÿšš Replaced addConstraint and removeConstraint methods with activateConstraints and deactivateConstraints.
    • Extended UIView with easy_clear(), a method to clear the constraints applied to the UIView using EasyPeasy.
    • Improved README file.