What's the height of a UITabBar on iOS 8, iOS 9, iOS 10, and iOS 11?

旧城冷巷雨未停 提交于 2019-11-29 22:05:05

For iOS 8, 9, and 10 the height is 49 points, both on iPad and iPhone and both in portrait and landscape. It used to be 56 points on iOS 7.

For iOS 11, things get a bit more complicated:

In portrait and regular landscape, the height is still 49 points. In compact landscape, the height is now 32 points.

On iPhone X, the height is 83 points in portrait and 53 points in landscape.

Adrien

iOS 9 and iOS 10 still uses 49 points for the Tab Bar (and 64 points for a navigation bar) Thanks for the self Q/A, was actually helpful to conform what I had on storyboard.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!