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

后端 未结 3 1496
情书的邮戳
情书的邮戳 2020-12-24 01:32

The height of the UITabBar seems to have changed between iOS 7 and 8/9/10/11. I\'m posting this question for others to easily find the answer.

So: What\'s the height

3条回答
  •  感情败类
    2020-12-24 02:11

    I would recommend just calculating it using TabBar.Height - UIApplication.SharedApplication.KeyWindow.SafeAreaInsets.Bottom. Check for system version >= 11 first.

提交回复
热议问题