What is the height of iPad status bar?

29,476

Solution 1

You are right, 20 pixel on the iPad. See also this forum posting for further links to back that claim up.

Solution 2

The status bar is 40 pixels tall on all devices with Retina display, and 20 pixels tall on all older devices.

Note that this is always equivalent to 20 points, because 1 point is 2 pixels on a Retina display or 1 pixel on a non-Retina display. You can find further information on how points and pixels are handled in Apple's iOS Drawing Guide.

Solution 3

It is 20 pixels on the iPad as well.

Solution 4

It's always 20 pixels, regardless of Retina or not due to how DPI works. The above answer could cause a lot of confusion, so I felt I should clear it up.

Share:
29,476
itsaboutcode
Author by

itsaboutcode

Updated on January 22, 2020

Comments

  • itsaboutcode
    itsaboutcode over 4 years

    It is 20 pixels in iphones, but what is the height of status bar on iPad? I am thinking that it's 20 pixels because the views which I am making are of size 768 * 1004.