Changelog for all versions
- Make UIStackView APIs open
- Updated to Swift 4
- Updated to Swift 3
- Activate constraints using
activate
property instead of manually adding them to the view StackView
now returns true inrequiresConstraintBasedLayout
LayoutGuides
are now hidden by defaultLayoutGuides
now havetranslatesAutoresizingMaskIntoConstraints
set to false be default
insertArrangedSubview(_:atIndex:)
method now updates the stack index (but not the subview index) of the arranged subview if it's already in thearrangedSubviews
list.- Add app extensions support
- Add tvOS support (useful if you share code between iOS 8.0 and tvOS)
- Make _viewForFirstBaselineLayout private (was made public by mistake)
- Update documentation
- More efficient constraint deactivation on updateConstraints()
- Cleaner arrangements implementation
- Initial release