PickerViewComponents

enum PickerViewComponents : Int

This enumerates the two PickerView components.

  • The leftmost component is for the weekday.

    Declaration

    Swift

    case weekday
  • The rightmost component is for the time slot.

    Declaration

    Swift

    case time