Skip to content

Releases: aschuch/StatefulViewController

3.0.1

Choose a tag to compare

@aschuch aschuch released this 16 Dec 14:28

Fixes an issue with Xcode 8.3 (thanks @gunterhager)

3.0: Swift 3

Choose a tag to compare

@aschuch aschuch released this 15 Nov 19:29

Compatibility with Swift 3

2.0: Swift 2.3 Compatibility

Choose a tag to compare

@aschuch aschuch released this 08 Sep 17:04
  • Add Swift 2.3 compatibility

1.2: Insets

Choose a tag to compare

@aschuch aschuch released this 17 Jul 09:20
  • Adds a new StatefulPlaceholderView protocol placeholder views may adopt in order to set custom edge insets
  • Adds a completion handler to setupInitialViewState() (thanks @philippeauriach)

1.1: TVs are stateful too.

Choose a tag to compare

@aschuch aschuch released this 23 Mar 19:21

Adds support for tvOS

1.0: A protocol for everyone

Choose a tag to compare

@aschuch aschuch released this 17 Oct 08:08

StatefulViewController is now defined as a generic protocol, with default implementations for UIViewController and UIView. This is a major change that makes it possible to also adopt StatefulViewController for custom UIViewController subclasses.

Swift 1.2 support

Choose a tag to compare

@aschuch aschuch released this 24 Mar 10:51

🚀

v0.1

Choose a tag to compare

@aschuch aschuch released this 12 Jan 14:34
update README