【发布时间】:2013-07-11 23:03:31
【问题描述】:
有没有办法禁用触摸影响的所有UIPanGestureRecognizers?我希望能够将所有触摸事件隔离到我的一个子视图并让每个超级视图忽略所有触摸事件,但我只能在touchesBegan:withEvent: 之后确定这一点。
是否可以在触发touchesBegan:withEvent: 后阻止我的superview 的UIPanGestureRecognizers 与触摸进行交互?
【问题讨论】:
标签: ios cocoa-touch uiresponder