StateViewControllerTransitioning
View controllers can conform to this protocol to provide their desired
state transitioning behaviour when contained in a StateViewController
.
-
Returns the animation duration for a state transition of this view controller.
-
Notifies that a state transition will begin for this view controller.
-
Notifies that a state transition did end for this view controller.
-
Animations performed alongside the state transition of this view controller.
-
Returns the animation delay for a state transition of the provided view controller.