UIDatePicker in CountDownTimer mode shows the labels like this : 4 hours | 12 mins
How can you customize to look like this : 4 | 12 mins ?
Thanks
UIDatePicker in CountDownTimer mode shows the labels like this : 4 hours | 12
Share
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.
UIDatePickerdoes not allow this. You could conceivably create your own date picker using a specializedUIPickerViewand do it that way, but it’d be a fair amount of work. If you’d like this ability onUIDatePicker, please file a bug requesting it.