Builder UIDatePicker Interface

is there any way to set uidatepicker for minute and seconds versus hour and minute

edit I ended up adding my own UIPicker class and creating a value and tagging myself.

+5
source share
2 answers

I don’t think there is a built-in way to do this in the SDK. Just try to subclass UIPickerView and you end up with basically the same result.

0
source

If you are looking for reference information for UICatalog, it has complete collector examples and how to make your own collector.

Unable to show minutes according to API documentation.

0
source

All Articles