我尝试以动画为中心垂直的一个单元格居中,但是它不起作用。我正在使用此代码:
self.slotCollectionView.selectItem(at: indexPath, animated: true, scrollPosition: UICollectionViewScrollPosition.centeredVertically)
self.slotCollectionView.scrollToItem(at: indexPath, at: .centeredVertically, animated: true)
每次使用此功能时,它都位于集合视图底部。 我确定selectItem选择正确的单元格。这只是定位不好的问题...
我该怎么办?