Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIToolbar standard sizes

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
like image 828
Jasper Blues Avatar asked Sep 06 '13 09:09

Jasper Blues


2 Answers

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

like image 192
kumar123 Avatar answered Oct 06 '22 10:10

kumar123


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

like image 31
cmdaltent Avatar answered Oct 06 '22 11:10

cmdaltent