设置继承自UIScrollView控件的滚动速度
_collectionView.decelerationRate = 0.5;//设置滚动速度
_collectionView.decelerationRate =UIScrollViewDecelerationRateFast;//设置滚动速度
设置继承自UIScrollView控件的滚动速度
_collectionView.decelerationRate = 0.5;//设置滚动速度
_collectionView.decelerationRate =UIScrollViewDecelerationRateFast;//设置滚动速度