有人知道如何看到UIKit方法的实现(例如setContentOffset(_ contentOffset: CGPoint, animated: Bool)
或scrollToItem(at indexPath: IndexPath, at scrollPosition: UICollectionView.ScrollPosition, animated: Bool)
)吗?
我只需要重写它即可更改动画时间(由于自定义流程布局Change the speed of setContentOffset:animated:?,解决方案对我而言不正确)