Skip to content

Releases: aschuch/StatefulViewController

3.0.1

16 Dec 14:28
Compare
Choose a tag to compare

Fixes an issue with Xcode 8.3 (thanks @gunterhager)

3.0: Swift 3

15 Nov 19:29
Compare
Choose a tag to compare

Compatibility with Swift 3

2.0: Swift 2.3 Compatibility

08 Sep 17:04
Compare
Choose a tag to compare
  • Add Swift 2.3 compatibility

1.2: Insets

17 Jul 09:20
Compare
Choose a tag to compare
  • 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.

23 Mar 19:21
Compare
Choose a tag to compare

Adds support for tvOS

1.0: A protocol for everyone

17 Oct 08:08
Compare
Choose a tag to compare

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

24 Mar 10:51
Compare
Choose a tag to compare

v0.1

12 Jan 14:34
Compare
Choose a tag to compare
update README