MainCoordinator
@objcMembers
public class MainCoordinator : Coordinator
Undocumented
-
Undocumented
Declaration
Swift
public static let shared: MainCoordinator
-
Undocumented
Declaration
Swift
public var childCoordinators: [any Coordinator]
-
Undocumented
Declaration
Swift
public var navigationController: UINavigationController
-
Undocumented
Declaration
Swift
public static var currentViewController: UIViewController? { get }
-
Undocumented
Declaration
Swift
public static var presentedViewController: UIViewController? { get }
-
Undocumented
Declaration
Swift
final class func pushViewController(_ viewController: UIViewController, animated: Bool? = nil, removePreviousVCs: Bool? = nil, dismissPresentedViewController: Bool? = nil, hideNavigationBar: Bool = false)
-
Undocumented
Declaration
Swift
final class func present(_ viewController: UIViewController, fullScreen: Bool? = nil, animated: Bool? = nil, dismissPresentedViewController: Bool? = nil, hideNavigationBar: Bool = false, completion: (() -> Void)? = nil)
-
Undocumented
Declaration
Swift
final class func popToRootViewController(animated: Bool? = nil, dismissPresentedViewController: Bool? = nil)
-
Undocumented
Declaration
Swift
final class func popCurrentViewController(animated: Bool? = nil, dismissPresentedViewController: Bool? = nil)
-
Undocumented
Declaration
Swift
final class func dismissPresentedViewController(_ animated: Bool? = nil)
-
Undocumented
Declaration
Swift
final class func enableLargeTitles()
-
Undocumented
Declaration
Swift
final class func disableLargeTitles()
-
Undocumented
Declaration
Swift
final class func setLargeTitleDisplayMode(_ mode: UINavigationItem.LargeTitleDisplayMode)
-
Undocumented
Declaration
Swift
final class func setNavigationTintColor(_ color: UIColor)
-
Undocumented
Declaration
Swift
final class func setHideBackButtonTitle(_ isHidden: Bool)
-
Undocumented
Declaration
Swift
public func start()