ChildCoordinator

public struct ChildCoordinator

Helps to build a child view controller stack

Properties

  • Returns true if the coordinator contains child factories to build

    Declaration

    Swift

    public var isEmpty: Bool { get }

Methods

  • 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