UICollectionView with Paging Enable

前端 未结 7 1470
天命终不由人
天命终不由人 2021-02-06 09:06

I have to create Grid view like Appstore iOS app. I want to do this with UICollectionView paging. I have also implemented the code but not able to scroll like that.

Wha

相关标签:
7条回答
  • 2021-02-06 09:48

    Just use collectionView.isPagingEnabled = true;

    0 讨论(0)
提交回复
热议问题