Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Releases: kean/Arranged

Arranged 2.1

17 Oct 19:23
Compare
Choose a tag to compare

Arranged 2.0

11 Jan 21:25
Compare
Choose a tag to compare
  • Updated to Swift 3

Arranged 1.0.4

16 Mar 13:26
Compare
Choose a tag to compare
  • Activate constraints using activate property instead of manually adding them to the view
  • StackView now returns true in requiresConstraintBasedLayout
  • LayoutGuides are now hidden by default
  • LayoutGuides now have translatesAutoresizingMaskIntoConstraints set to false be default

Arranged 1.0.3

15 Mar 18:34
Compare
Choose a tag to compare
  • insertArrangedSubview(_:atIndex:) method now updates the stack index (but not the subview index) of the arranged subview if it's already in the arrangedSubviews list.
  • Add app extensions support
  • Add tvOS support (useful if you share code between iOS 8.0 and tvOS)

Arranged 1.0.2

11 Mar 12:27
Compare
Choose a tag to compare
  • Make _viewForFirstBaselineLayout private (was made public by mistake)
  • Update documentation

Arranged 1.0.1

09 Mar 11:06
Compare
Choose a tag to compare
  • More efficient constraint deactivation on updateConstraints()
  • Cleaner arrangements implementation

Arranged 1.0

08 Mar 19:54
Compare
Choose a tag to compare

Initial release