摘要:
iPhone X: StatusBar 高44px(原先为20px),NavigationBar 高44px,底部TabBar高83px(原先为49) 快速适配宏 #define NavBarHeight (ScreenHeight == 812 ? 88 : 64)#define TabBarHe 阅读全文
摘要:
_tableView.estimatedRowHeight = 0; 加上后就好了 顶部留白 _tableView.sectionHeaderHeight = 0.01; _tableView.sectionFooterHeight = 0.01; 阅读全文