tags:

views:

62

answers:

0

Hi. If I wanted to create a Picker View that is hours, minutes, seconds, similar to the UIDatePicker, but with an extra view, do I have to create my own UIPickerView, or can I do something with UIDatePicker already to get seconds in my picker control? Thanks!