There is no datePickerMode date for minutes and seconds. You must make your own using UIPickerView.
If you look at an example of the UICatalog Apple project (find it in the apple documentation), there are examples of custom pickers in it so you can see how to make yourself.
source
share