- table grope樣式的間距變大家夺?
table.estimatedRowHeight = 0;
table.estimatedSectionHeaderHeight = 0;
table.estimatedSectionFooterHeight = 0;
- ios11 無導(dǎo)航欄的界面 電池欄問題
//判斷ios11 起始位置從-20開始 屏幕高度+20
if (@available(iOS 11.0, *)) {
_scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, -20, WIDTH, HEIGHT)];
} else {
_scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 0, WIDTH, HEIGHT)];
}
- iPhoneX tableView界面顯示不全
iPhone X的判斷 (([[UIScreen mainScreen] bounds].size.height-812)?NO:YES)
//判斷iPhone X tableView的范圍-60
- iPhone X 上下黑邊問題
放一張 1125 * 2436的啟動圖
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者