How to center align the cells of a UICollectionView in Swift3.0?

后端 未结 11 2067
不知归路
不知归路 2021-02-14 11:25

Description:

Answer for Objective-C and Swift2.0: How to center align the cells of a UICollectionView?

I usually would try to conver

11条回答
  •  感情败类
    2021-02-14 11:38

    I think the easiest solution in case your collectionView has one row is to substitute it by a stackView inside a scrollview so you can set the spacing you want between the views. Besides, if you want some padding you will be able apply it.

提交回复
热议问题