UIToolbar standard sizes
Asked Answered
P

2

9

What are the standard sizes of a UIToolbar for the following:

iPhone/iPod

  • iPhone 3.5 inch vertical
  • iPhone 3.5 inch horizontal
  • iPhone 4 inch vertical
  • iPhone 4 inch horizontal

iPad

  • iPad vertical
  • iPad horizontal
Puerperium answered 6/9, 2013 at 9:41 Comment(3)
It's regular UIToolBar object.Fustian
@Fustian Oops - of course you're right. Input accessory view is a standard UIToolbar. . Re-phrased question, because still can't find the summary of sizes that I need.Puerperium
It's height is 44px. Full Width depending on the orientation.Fustian
C
26

UIToolBar width is equal to the width of the containing view. Height is 44px.

Cantus answered 6/9, 2013 at 9:55 Comment(0)
S
4

This webpage might be helpful: http://www.idev101.com/code/User_Interface/sizes.html It provides an overview on standard sizes of UI elements.

Summerville answered 6/9, 2013 at 9:56 Comment(1)
this table has mistakes. Example - table claims "Tab bar icon" size has 30x30 pts. But it's up to 48x32 pts according developer.apple.com/library/ios/documentation/userexperience/…Blades

© 2022 - 2024 — McMap. All rights reserved.