what’s the maximal width of each item on iPAD e.g. on 5 items. I know on iPad is on left and right corner some space, but how big is width on each item? (On iPHone it’s easy to calculate..but how is it on iPad?
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.
It’s a screen shot from new Mobile HIG(Human Interface Guidelines). From this, you can get the size of the tabbar icon. It is approximate only. But you can have this as a reference and calculate the width depend on the number of items. For your 5 items,
In iPad standard, its 30 * 5 = 150 px
In iPad retina, its 60 * 5 = 300 px