Skip to content

Release v1.1.0

Latest
Compare
Choose a tag to compare
@bogue89 bogue89 released this 04 Apr 22:48
fc2bd30
  • 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)