iPhone X 适配
Posted 努力的小小四
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iPhone X 适配相关的知识,希望对你有一定的参考价值。
iPhone X:
StatusBar 高44px(原先为20px),NavigationBar 高44px,底部TabBar高83px(原先为49)
快速适配宏
#define kStatusBarHeight [[UIApplication sharedApplication] statusBarFrame].size.height
#define NavBarHeight (kStatusBarHeight + 44)
#define TabBarHeight (kStatusBarHeight > 20 ? 83 : 49)
以上是关于iPhone X 适配的主要内容,如果未能解决你的问题,请参考以下文章