今天爱分享给大家带来iOS10 CollectionViewCell 向上偏移,不居中怎么办【已解决】,希望能够帮助到大家。
if (@available(iOS 11.0, *)) {
self.clCollectionView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
} else {
// Fallback on earlier versions
self.automaticallyAdjustsScrollViewInsets = false;
}
原文链接:https://blog.itblood.com/362.html,转载请注明出处。
