如何忽略呈现视图控制器的触摸事件?

时间:2015-04-08 04:19:42

标签: ios events touch

UIViewController更改为performSegueWithIdentifier后,触摸事件将从呈现UIViewController传递到隐藏的UIViewController

我读过有关使用hitTest方法的内容。但是,当一个UIViewController中的所有视图时,此方法很有用。所以,我无法通过这种方法处理这个问题。

具体情况如下。

  1. 显示FirstViewController - touchesBegan在此控制器中实现

  2. SecondViewControllerperformsequeIdnetifier开始显示FirstViewController

  3. 触摸SecondViewController的视图。

  4. FirstViewController检测到触摸事件并执行触摸操作。

  5. 为什么这个触摸事件已经过了,而不是忽略了隐藏的UIViewController

0 个答案:

没有答案