Is there any way I could change an UIDatePicker’s content ? Instead of displaying dates or time, I would like it to diplay names. (and each name would have a return value, ex: if the user picks the name ‘Alpha’ the picker would return 1, ‘Bravo’ would return 2, ‘Charlie’ 3 ect)
Is there any way I could change an UIDatePicker’s content ? Instead of displaying
Share
You should use UIPickerView instead.