CompositeStepper

public class CompositeStepper : Stepper

A Stepper that combines multiple steppers. All those Steppers will be associated to the Presentable that is given within the NextFlowItem

  • Declaration

    Swift

    public let steps: PublishRelay<Step>
  • Initialize

    Declaration

    Swift

    public init(steppers: [Stepper])

    Parameters

    steppers

    all these Steppers will be observed by the Coordinator

  • Declaration

    Swift

    public func readyToEmitSteps()