I am using UICollectionView in my UIViewController.
My collectionview properties are set as below.
you can use code self.collectionView.scrollToItem(at: indexPath, at: .centeredHorizontally, animated: true)
self.collectionView.scrollToItem(at: indexPath, at: .centeredHorizontally, animated: true)