Releases: tomvanzummeren/TZStackView
Releases · tomvanzummeren/TZStackView
Release 1.3.0
Swift 3 support.
Release 1.2.0
Update TZStackView.podspec
Release 1.1.2
- Implements a bare bones initWithCoder
- Fix layoutMarginsRelativeArrangement to align to margin attributes
Release 1.1.1
Added support for Carthage.
Release 1.1.0
- Added support for Swift 2, so now it requires Xcode 7 to compile
- Combined tests and example Xcode projects into one
- Improved example app
- Adjusted stack view behaviour to latest Xcode7-beta
- Some small bug fixes
Release 1.0.5
- Exposed enums to objective-c
Release 1.0.4
Fixed NSInternalInconsistencyException when going back in navigation #8
Release 1.0.3
Fix a bug to remove hidden
value KVO observers on arranged subviews
Release 1.0.2
Made necessary components public so they're accessible as a module.
Release 1.0.1
Fixed bug when hiding arranged subviews without animation.