使用 PanGesture 后 SwipeGestureRecognizer 无法正常工作
Posted
技术标签:
【中文标题】使用 PanGesture 后 SwipeGestureRecognizer 无法正常工作【英文标题】:SwipeGestureRecognizer is not working after using PanGesture 【发布时间】:2013-03-05 06:21:59 【问题描述】:我在我的UITableView
中使用PanGestureRecognizer 到我的self.view
和UISwipeGestureRecognizer
。
我在self.view
中添加了UITableView
作为子视图。
现在UISwipeGesture
不工作了。
但是如果我在self.view
中禁用 PanGesture,SwipeGesture 就可以工作了。
有人可以解决这个问题吗?
【问题讨论】:
你启用了 userInteraction 吗? 通过这些链接得到了答案。 ***.com/questions/5111828/…***.com/questions/7801721/… 是的。我已启用。只是未能调用“shouldrecognizesimultaneouslywithgesturerecognizer”这个委托方法来运行多个手势识别器 【参考方案1】:浏览这个 *** 问题的答案,了解滑动和平移手势...
What is the difference between Pan and Swipe in ios?
希望对您有所帮助...
【讨论】:
以上是关于使用 PanGesture 后 SwipeGestureRecognizer 无法正常工作的主要内容,如果未能解决你的问题,请参考以下文章
如何在 panGesture 之后修复新的 textField 位置?
如何使用 panGesture 从 firstViewController 的顶部移动 secondViewController?
使用 pangesture 在 UIImageView 图像上绘制贝塞尔路径