ChildCoordinator
public struct ChildCoordinator
Helps to build a child view controller stack
-
Returns
true
if the coordinator contains child factories to buildDeclaration
Swift
public var isEmpty: Bool { get }
-
Builds child view controller stack with the context instance provided.
Declaration
Swift
public func build(integrating existingViewControllers: [UIViewController] = []) throws -> [UIViewController]
Parameters
existingViewControllers
Current view controller stack of the container.
Return Value
Built child view controller stack