SpinnerMode

public enum SpinnerMode : Int

This is just a convenient way to denote the spinner modes.

  • This means that the radial spinner will be used at all times.

    Declaration

    Swift

    case spinnerOnly = -1
  • This means that the Spinner will choose which to bring up, depending upon the value of the spinnerThreshold property, and the number of values in the Array.

    Declaration

    Swift

    case both = 0
  • This means that the picker will be used at all times.

    Declaration

    Swift

    case pickerOnly = 1