I have a pickerview with 2 components allowing the user to select hours and minutes. I have seen many apps displaying a "hours" and "minutes" label on the selection indicator.
How do i do this.?
I have a pickerview with 2 components allowing the user to select hours and minutes. I have seen many apps displaying a "hours" and "minutes" label on the selection indicator.
How do i do this.?
For that particular case, use UIDatePicker
in UIDatePickerModeCountDownTimer
mode.