FlowCoordinator
public final class FlowCoordinator : NSObject
A FlowCoordinator handles the navigation of a Flow, based on its Stepper and the FlowContributors it emits
-
Execute the navigation of the Flow
Declaration
Swift
public func coordinate(flow: Flow, with stepper: Stepper = DefaultStepper())
Parameters
flow
the Flow that describes the navigation we want to coordinate
stepper
the Stepper that drives the global navigation of the Flow