即使使用canCancelContentTouches = YES,我也永远无法从我的UIScrollView子类中获取touchesShouldCancelInContentView来调用。有任何想法吗?

最佳答案

还将delaysContentTouches设置为NO:

[myUIScrollViewSubclass setDelaysContentTouches:NO]

关于iphone - UIScrollView touchesShouldCancelInContentView永远不会被调用,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/5997559/

10-10 21:09