Sunday, December 15, 2013

How to simulate sending a click event to the iphone touch screen system?

How to simulate sending a click event to the iphone touch screen system, lets hope that the user clicks on a certain position, or double-click on a certain location? Hardware does not touch the floor event, when I send an event in the program. Under windows you can.
Reply:
Yes, there are automated testing tools on the iphone, the way to achieve almost all simulated events;
You can get a callback UIEvent object touchesBegin etc., the format UITouch objects,
Produce their own UITouch UIEvent object or objects to;
They contain the coordinates of the touch member, and time.
Reply:
The reply did not see just how

No comments:

Post a Comment