views:

11

answers:

1

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.?

+1  A: 

For that particular case, use UIDatePicker in UIDatePickerModeCountDownTimer mode.

Ole Begemann