ScreenRootAnimation
public enum ScreenRootAnimation
Undocumented
-
Undocumented
Declaration
Swift
case custom(ScreenRootCustomAnimation)
-
Undocumented
Declaration
Swift
public func animate( container: UIWindow, from root: UIViewController?, to newRoot: UIViewController, completion: @escaping () -> Void )
-
Undocumented
Declaration
Swift
public static let crossDissolve: ScreenRootAnimation