UICollectionView Cell Scroll to centre

后端 未结 6 1227
无人共我
无人共我 2021-02-02 00:28

I am using UICollectionView in my UIViewController.

My collectionview properties are set as below.

\"enter

6条回答
  •  攒了一身酷
    2021-02-02 01:09

    you can use code self.collectionView.scrollToItem(at: indexPath, at: .centeredHorizontally, animated: true)

提交回复
热议问题