I know that it is against Apple’s iOS Human Interface Guidelines to have a picker view extend all the way across the screen on an iPad so that it is touching both sides. Is this the same case for date pickers?
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.
Err, yea, seeing as they are basically the same thing. Remember though the HIG is not a set of rules, they are guidelines. If you think a full-width picker makes sense for your app do it.
IMO, I cannot think of a reason to use a full-width picker on iPad. It would look quite ugly. Your better off showing the UIDatePicker in a popover. What are you trying to achieve?