CSNavigationController
open class CSNavigationController : UINavigationController, UINavigationBarDelegate
Undocumented
-
Undocumented
Declaration
Swift
public func construct() -> Self
-
Undocumented
Declaration
Swift
override open func viewDidLoad()
-
Undocumented
Declaration
Swift
@discardableResult open func pop() -> UIViewController?
-
Undocumented
Declaration
Swift
override open func popViewController(animated: Bool) -> UIViewController?
-
Undocumented
Declaration
Swift
override open func pushViewController(_ viewController: UIViewController, animated: Bool)
-
Undocumented
Declaration
Swift
override open func push(asRoot newRoot: UIViewController)
-
Undocumented
Declaration
Swift
override open func popToRootViewController(animated: Bool) -> [UIViewController]?
-
Undocumented
Declaration
Swift
override open func popToViewController(_ controller: UIViewController, animated: Bool) -> [UIViewController]?
-
Undocumented
Declaration
Swift
override open var shouldAutorotate: Bool { get }
-
Undocumented
Declaration
Swift
override open var supportedInterfaceOrientations: UIInterfaceOrientationMask { get }
-
Undocumented
Declaration
Swift
override open var preferredInterfaceOrientationForPresentation: UIInterfaceOrientation { get }
-
Undocumented
Declaration
Swift
public func force(orientation: CSForcedOrientation)
-
Undocumented
Declaration
Swift
public func cancelForcedOrientation()