StepperAlignment

public enum StepperAlignment : String, CaseIterable

Options for stepper view alignments

case top
case center
case bottoom
  • top

    aligns step Indicator to top

    Declaration

    Swift

    case top = "Top"
  • aligns step Indicator to center

    Declaration

    Swift

    case center = "Center"
  • aligns step Indicator to bottom

    Declaration

    Swift

    case bottom = "Bottom"