Arranged Versions Save

Open source replacement of UIStackView for iOS 8 (100% layouts supported)

2.1

6 years ago

Swift 4

2.0

7 years ago
  • Updated to Swift 3

1.0.4

8 years ago
  • 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

1.0.3

8 years ago
  • 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)

1.0.2

8 years ago
  • Make _viewForFirstBaselineLayout private (was made public by mistake)
  • Update documentation

1.0.1

8 years ago
  • More efficient constraint deactivation on updateConstraints()
  • Cleaner arrangements implementation

1.0

8 years ago

Initial release