iOS 11 scroll滚动偏移

1                 if #available(iOS 11.0, *) {
2                     tableview.contentInsetAdjustmentBehavior = .never
3                 }else{
4                     automaticallyAdjustsScrollViewInsets = false
5                 }

猜你喜欢

转载自www.cnblogs.com/qingzZ/p/9243258.html
今日推荐