【发布时间】:2010-11-02 19:12:13
【问题描述】:
我希望能够在没有用户交互的情况下调用触摸事件。
这可能吗?
【问题讨论】:
标签: iphone events touch multi-touch
我希望能够在没有用户交互的情况下调用触摸事件。
这可能吗?
【问题讨论】:
标签: iphone events touch multi-touch
您可以手动调用 touches begin 和 touches end。
我认为无论您尝试做什么,都可能有更好的解决方案,这似乎是一件非常非传统的事情。
【讨论】:
看看UIResponder's touchesBegan:withEvent:和touchesEnded:withEvent:
【讨论】: