// tableView 偏移20/64适配
if(@available(iOS11.0, *)) {
self.tableView.contentInsetAdjustmentBehavior=UIScrollViewContentInsetAdjustmentNever;//UIScrollView也适用
}else{
self.automaticallyAdjustsScrollViewInsets=NO;
}
// tableView 偏移20/64适配
if(@available(iOS11.0, *)) {
self.tableView.contentInsetAdjustmentBehavior=UIScrollViewContentInsetAdjustmentNever;//UIScrollView也适用
}else{
self.automaticallyAdjustsScrollViewInsets=NO;
}
本文标题:IOS11 tableview 适配
本文链接:https://www.haomeiwen.com/subject/dtxlmxtx.html
网友评论