Skip to content

Releases: tomvanzummeren/TZStackView

Release 1.3.0

19 Sep 11:14

Choose a tag to compare

Swift 3 support.

Release 1.2.0

08 Jun 19:39

Choose a tag to compare

Update TZStackView.podspec

Release 1.1.2

23 Sep 20:22

Choose a tag to compare

  • Implements a bare bones initWithCoder
  • Fix layoutMarginsRelativeArrangement to align to margin attributes

Release 1.1.1

08 Sep 21:51

Choose a tag to compare

Added support for Carthage.

Release 1.1.0

06 Sep 11:33

Choose a tag to compare

  • 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

01 Aug 10:49

Choose a tag to compare

  • Exposed enums to objective-c

Release 1.0.4

26 Jul 11:16

Choose a tag to compare

Fixed NSInternalInconsistencyException when going back in navigation #8

Release 1.0.3

30 Jun 07:03

Choose a tag to compare

Fix a bug to remove hidden value KVO observers on arranged subviews

Release 1.0.2

25 Jun 06:55

Choose a tag to compare

Made necessary components public so they're accessible as a module.

Release 1.0.1

24 Jun 06:37

Choose a tag to compare

Fixed bug when hiding arranged subviews without animation.