DateInputType
public enum DateInputType
The DateTextField allows two different modes of input.
- Picker: Use a custom UIPickerView with month and year fields
- Text: Use a common Numpad Keyboard as text input method
-
DateInputTypePicker using a UIPicker as an input method
Declaration
Swift
case Picker
-
DateInputTypeText using a Keyboard as an input method
Declaration
Swift
case Text