PickerComponents

enum PickerComponents : Int

The timer setup is accomplished via a picker control, with three sections: Hours (left), Minutes (center), and Seconds (right). You can have up to 99 hours, and/or 59 minutes, and/or 59 seconds.

  • This is the hour component of the picker (0)

    Declaration

    Swift

    case hour
  • This is the minute component of the picker (1)

    Declaration

    Swift

    case minute
  • This is the second component of the picker (2)

    Declaration

    Swift

    case second