您的位置:首页 > 移动开发 > IOS开发

iOs 11 scrollview的内容适配

2017-11-15 08:34 295 查看
scrollview的内容适配

contentInsetAdjustmentBehavior

self.tab.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;//UIScrollView也适用
1.UIScrollView的属性contentInsetAdjustmentBehavior
2.UIScrollView的只读属性adjustedContentInset
3.UIView的只读属性safeAreaInsets

参考:http://blog.csdn.net/HDFQQ188816190/article/details/78050242?locationNum=3&fps=1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios开发 iOS