Event
public enum Event
Undocumented
-
Undocumented
Declaration
Swift
case willTransitionTo(nextState: T, animated: Bool)
-
Undocumented
Declaration
Swift
case didTransitionFrom(previousState: T?, animated: Bool)
-
Undocumented
Declaration
Swift
case didChangeHierarhcy
-
Undocumented
Declaration
Swift
case contentWillAppear(UIViewController)
-
Undocumented
Declaration
Swift
case contentDidAppear(UIViewController)
-
Undocumented
Declaration
Swift
case contentWillDisappear(UIViewController)
-
Undocumented
Declaration
Swift
case contentDidDisappear(UIViewController)