Classes

The following classes are available globally.

  • A FlowCoordinator handles the navigation of a Flow, based on its Stepper and the FlowContributors it emits

    See more

    Declaration

    Swift

    public final class FlowCoordinator : NSObject

default implementation

  • A Simple Stepper that has one goal: emit a single Step once initialized

    See more

    Declaration

    Swift

    public class OneStepper : Stepper
  • A Simple Stepper that has one goal: emit a first default step equal to RxFlowStep.home

    See more

    Declaration

    Swift

    public class DefaultStepper : OneStepper
  • A Stepper that combines multiple steppers. All those Steppers will be associated to the Presentable that is given within the NextFlowItem

    See more

    Declaration

    Swift

    public class CompositeStepper : Stepper