Display a unit on UIPickerView selection indicator?
I have a UIPickerView with 2 components allowing the user to selec开发者_开发问答t 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.
精彩评论