解决方法:
self.extendedLayoutIncludesOpaqueBars = YES;
if(@available(iOS11.0, *)) {
self.bgScrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}else{
self.automaticallyAdjustsScrollViewInsets = NO;
}
解决方法:
self.extendedLayoutIncludesOpaqueBars = YES;
if(@available(iOS11.0, *)) {
self.bgScrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}else{
self.automaticallyAdjustsScrollViewInsets = NO;
}
本文标题:iOS 用masonry布局 scrollview 上的view
本文链接:https://www.haomeiwen.com/subject/mkiglltx.html
网友评论