美文网首页
iOS11 collectionview的contentOffs

iOS11 collectionview的contentOffs

作者: anny_4243 | 来源:发表于2018-09-07 11:21 被阅读36次

    解决办法:
    增加代码
    if (@available(iOS 11.0, *)) {
    self.collectionView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
    }
    即可

    相关文章

      网友评论

          本文标题:iOS11 collectionview的contentOffs

          本文链接:https://www.haomeiwen.com/subject/khzqgftx.html