我正在尝试减慢 UICollectionView 中的滚动速度。一切都很好,细胞之间的距离也很好,但它移动得太快了。
如何调整滚动的灵敏度或速度?
[编辑]我忘了提到我已经尝试过:
self.collectionView.decelerationRate = UIScrollViewDecelerationRateFast;
和
self.collectionView.decelerationRate = UIScrollViewDecelerationRateNormal;
速度没有明显变化...