How to simulate touch event?

ⅰ亾dé卋堺 提交于 2020-01-02 02:40:29

问题


I want to be able to invoke touch events without user interactions.

Is this possible?


回答1:


you could manually call touches begin and touches end.

I think there may be a better solution to whatever you are trying to do, This seems like a very unconventional thing to do.




回答2:


Have a look at UIResponder's touchesBegan:withEvent: and touchesEnded:withEvent:



来源:https://stackoverflow.com/questions/992299/how-to-simulate-touch-event

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!