Releases: bogue89/ViewLayout
Releases · bogue89/ViewLayout
Release v1.1.0
- Fixing resolving relationship items
- In-class utilities* for view layout functionality
In-class utilities
- insert (add the subview and configure translatesAutoresizingMaskIntoConstraints)
- layout (shortcut for layoutIfNeeded of the parent view or the view itself if not found)
- animate (shortcut to UIView.animate)
Release v1.0.0
bigbang