StepperMode

public enum StepperMode : String, CaseIterable

Options for aligns the step indicator either in vertical or horizontal

case vertical
case horizontal
  • portrait mode

    Declaration

    Swift

    case vertical
  • landscape mode

    Declaration

    Swift

    case horizontal