FlowCoordinator
public final class FlowCoordinator : NSObject
A FlowCoordinator handles the navigation of a Flow, based on its Stepper and the FlowContributors it emits
-
Undocumented
Declaration
Swift
public func coordinate(flow: Flow, with stepper: Stepper = DefaultStepper(), allowStepWhenDismissed: Bool = false)
-
allow to drive the navigation from the outside of a flow
Declaration
Swift
public func navigate(to step: Step)
Parameters
step
the step to navigate to. (it will be passed to all sub flows)