All Versions
24
Latest Version
Avg Release Cycle
122 days
Latest Release
1539 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.2.3 Changes
- โ Added
UILayoutGuide
support (iOS 9 and above).
- โ Added
-
v0.2.2 Changes
- ๐ Fixed bug clearing conflicting
Attributes
usingeasy_reload
. - Apply operator
<-
returns theNSLayoutConstraints
created.
- ๐ Fixed bug clearing conflicting
-
v0.2.1 Changes
Constant
values ofCGFloat
type.- โก๏ธ Optimized apply
<-
operation.
-
v0.2 Changes
- ๐ Replaced
addConstraint
andremoveConstraint
methods withactivateConstraints
anddeactivateConstraints
. - Extended
UIView
witheasy_clear()
, a method to clear the constraints applied to theUIView
using EasyPeasy. - Improved README file.
- ๐ Replaced