This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
Releases: kean/Arranged
Releases · kean/Arranged
Arranged 2.1
Arranged 2.0
- Updated to Swift 3
Arranged 1.0.4
- 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
Arranged 1.0.3
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)
Arranged 1.0.2
- Make _viewForFirstBaselineLayout private (was made public by mistake)
- Update documentation
Arranged 1.0.1
- More efficient constraint deactivation on updateConstraints()
- Cleaner arrangements implementation
Arranged 1.0
Initial release