我的CustomFlowLayout中没有调用targetContentOffset(forProposedContentOffset :)

时间:2016-11-08 15:22:47

标签: uicollectionview uicollectionviewlayout

我正在编写一个自定义的UICollectionViewFlowLayout,它覆盖了targetContentOffset(forProposedContentOffset :),以便在用户捏缩放时提供正确的contentOffset,因为我遇到了这个问题(内容错误)

Dynamically setting layout on UICollectionView causes inexplicable contentOffset change

onCreate()

但是不幸的是没有调用targetContentOffset,你知道为什么吗?

谢谢!

蒂埃里

1 个答案:

答案 0 :(得分:8)

尝试

override func targetContentOffset(forProposedContentOffset proposedContentOffset: CGPoint, withScrollingVelocity velocity: CGPoint) -> CGPoint