views:

41

answers:

1

Hi,

Is there any chance to display seconds in uidatepicker? I don't really see reference for this.

+2  A: 

You can't do this with UIDatePicker, but you can make your own using UIPickerView. Just be aware that by doing this you'll lose the locality-aware features of UIDatePicker.

jtbandes