ScreenTabAnimation
public enum ScreenTabAnimation
Undocumented
-
Undocumented
Declaration
Swift
case custom(ScreenTabCustomAnimation)
-
Undocumented
Declaration
Swift
public func animate( container: UITabBarController, from selectedTab: UIViewController, to newSelectedTab: UIViewController, completion: @escaping () -> Void )
-
Undocumented
Declaration
Swift
public static let crossDissolve: ScreenTabAnimation