StepperAlignment

@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
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"