UICollectionView spacing margins

后端 未结 15 1000
一向
一向 2020-11-30 16:58

I have a UICollectionView which shows photos. I have created the collectionview using UICollectionViewFlowLayout. It works good but I would like to

15条回答
  •  無奈伤痛
    2020-11-30 17:40

    Setting up insets in Interface Builder like shown in the screenshot below

    Setting section insets for UICollectionView

    Will result in something like this:

    A collection view cell with section insets

提交回复
热议问题