OneStepper

public class OneStepper : Stepper

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

  • Declaration

    Swift

    public let steps: PublishRelay<Step>
  • Initialize the OneStepper

    Declaration

    Swift

    public init(withSingleStep singleStep: Step)

    Parameters

    singleStep

    the step to be emitted once initialized

  • Declaration

    Swift

    public var initialStep: Step { get }