uicollectionview remove top padding

后端 未结 5 2034
滥情空心
滥情空心 2020-11-30 14:52

I have a UICollectionView that is the entire view but it lives inside \"view\" (it is not UICollectionViewController). Adding a cell to this collection view shows it in the

5条回答
  •  心在旅途
    2020-11-30 15:50

    There is one more way to resolve this issue and that is selecting collectionView -> scrollView Content Insets -> "Automatic" to "Never".

    By default scrollView Content Insets value is Automatic. Please check the below image.

    For more details check: UIScrollView.ContentInsetAdjustmentBehavior

    https://developer.apple.com/documentation/uikit/uiscrollview/2902261-contentinsetadjustmentbehavior

提交回复
热议问题