RSDStepDirection

public enum RSDStepDirection : Int, Codable

The direction of navigation for the steps.

  • go back

    Declaration

    Swift

    case reverse = -1
  • initial step

    Declaration

    Swift

    case none = 0
  • go forward

    Declaration

    Swift

    case forward = 1