Is it possible to record / play a set of touch events on iPhone for demo purposes?

I'm thinking about how to enable a demonstration of how my iPhone application works with the application. I need to demonstrate how one of my on-screen GMGridView controls works.

Is it possible to record or programmatically create a set of long presses, touch displaced, touch completed events and then call them on the interface?

+3
source share
2 answers

I would suggest the following:

  • Add a visual touch effect when you click on the screen. Write yourself down.
  • using the application on the simulator using screen capture Add to video
  • , ,

UIView, , .

+1
+1

All Articles