TabBarControllerAdapter
public struct TabBarControllerAdapter<VC> : ConcreteContainerAdapter where VC : UITabBarController
Default ContainerAdapter
for UITabBarController
-
Declaration
Swift
public init(with navigationController: VC)
-
Declaration
Swift
public var containedViewControllers: [UIViewController] { get }
-
Declaration
Swift
public var visibleViewControllers: [UIViewController] { get }
-
Declaration
Swift
public func makeVisible(_ viewController: UIViewController, animated: Bool, completion: @escaping (RoutingResult) -> Void)
-
Declaration
Swift
public func setContainedViewControllers(_ containedViewControllers: [UIViewController], animated: Bool, completion: @escaping (RoutingResult) -> Void)