ios8 - iOS 8 iPad tab bar height is different than iOS 7 -


does 1 know if official documentation tells height of tab bar on ios 8 ipad applications?

my app's tab bar frame (0, 719) (1024, 49) on landscape ipad app on ios 8. ios 7, it's (0, 712), (1024, 56).

i read in https://developer.apple.com/library/ios/documentation/userexperience/conceptual/transitionguide/bars.html height on ios 7 ipads 56 pixels. i'm guessing it's not same ios 8?

apple have changed ipad tab bar height 49pt in ios 8. an apple engineer has confirmed change. documentation seems have not updated however.

so ipad, uitabbar heights per ios version are:

  • ios 6 , earlier - 49pt
  • ios 7 - 56pt
  • ios 8 , later - 49pt

the tab bar has been 49pt on iphone , remains way.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -