if(@available(iOS11.0, *)) {
self.scrpllView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}else{
self.automaticallyAdjustsScrollViewInsets =NO;
}
if(@available(iOS11.0, *)) {
self.scrpllView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}else{
self.automaticallyAdjustsScrollViewInsets =NO;
}
本文标题:tableView-scrollView 内容下移问题
本文链接:https://www.haomeiwen.com/subject/ydvclctx.html
网友评论