ScreenStackAnimation
public enum ScreenStackAnimation
extension ScreenStackAnimation: Equatable
Undocumented
-
Undocumented
Declaration
Swift
case `default`
-
Undocumented
Declaration
Swift
case custom(ScreenStackCustomAnimation)
-
Undocumented
Declaration
Swift
public var isDefault: Bool { get }
-
Undocumented
Declaration
Swift
public func animate( container: UINavigationController, stack: [UIViewController], completion: @escaping () -> Void )
-
Declaration
Swift
public static func == (lhs: `Self`, rhs: `Self`) -> Bool
-
Undocumented
Declaration
Swift
public static let crossDissolve: ScreenStackAnimation