4

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

dombesz
  • 7,890
  • 5
  • 38
  • 47

1 Answers1

11

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
  • 115,675
  • 35
  • 233
  • 266