CollectionView使用setContentOffset更改滚动动画的持续时间

时间:2020-05-22 15:02:05

标签: swift uicollectionview

如何使用setContentOffset更改集合视图的滚动动画持续时间?

self.collectionView.setContentOffset(CGPoint(x: 0, y:yOffset), animated: true)

这也不起作用...

        UIView.animate(withDuration: 5, animations: {
            self.collectionView.setContentOffset(
                    CGPoint(x: 0, y: yOffset), animated: false)
        })

0 个答案:

没有答案