Releases: aschuch/StatefulViewController
Releases · aschuch/StatefulViewController
3.0.1
3.0: Swift 3
Compatibility with Swift 3
2.0: Swift 2.3 Compatibility
- Add Swift 2.3 compatibility
1.2: Insets
- 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.
Adds support for tvOS
1.0: A protocol for everyone
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.