Create a Paging UICollectionView with Swift

后端 未结 2 1439
北荒
北荒 2020-12-16 06:39

I\'m trying to create a UICollectionView with paging and that each item max width is 250 points, I\'ve managed to create it, but I have 2 problems: The first item start not

2条回答
  •  长情又很酷
    2020-12-16 06:43

    A UICollectionView inherits from UIScrollView. It is possible to achieve paging by setting isPagingEnabled to true.

提交回复
热议问题