I have a UIDatePicker on my view,I have set DatePicker in time mode. bydefault it is showing hours and minutes and i need minutes and seconds in that picker.
Guide me that how can i use UIDatepicker for min and sec not for hour and min.
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no datePickerMode for minutes and seconds. You’d have to make your own using UIPickerView.
If you look at the Apple sample project UICatalog (search for it in the apple documentation) it has examples of custom pickers so you can see how to make you own.