Skip to content

Releases: tomvanzummeren/TZStackView

Release 1.3.0

Choose a tag to compare

@tomvanzummeren tomvanzummeren released this 19 Sep 11:14

Swift 3 support.

Release 1.2.0

Choose a tag to compare

@tomvanzummeren tomvanzummeren released this 08 Jun 19:39
Update TZStackView.podspec

Release 1.1.2

Choose a tag to compare

@tomvanzummeren tomvanzummeren released this 23 Sep 20:22
  • Implements a bare bones initWithCoder
  • Fix layoutMarginsRelativeArrangement to align to margin attributes

Release 1.1.1

Choose a tag to compare

@tomvanzummeren tomvanzummeren released this 08 Sep 21:51

Added support for Carthage.

Release 1.1.0

Choose a tag to compare

@tomvanzummeren tomvanzummeren released this 06 Sep 11:33
  • 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

Choose a tag to compare

@tomvanzummeren tomvanzummeren released this 01 Aug 10:49
  • Exposed enums to objective-c

Release 1.0.4

Choose a tag to compare

@tomvanzummeren tomvanzummeren released this 26 Jul 11:16

Fixed NSInternalInconsistencyException when going back in navigation #8

Release 1.0.3

Choose a tag to compare

@tomvanzummeren tomvanzummeren released this 30 Jun 07:03

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

Release 1.0.2

Choose a tag to compare

@tomvanzummeren tomvanzummeren released this 25 Jun 06:55

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

Release 1.0.1

Choose a tag to compare

@tomvanzummeren tomvanzummeren released this 24 Jun 06:37

Fixed bug when hiding arranged subviews without animation.