Reputation: 47348
I'm thinking of a way to include a demo of how my iPhone app works along with the app. 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 press, touches moved, touches ended events and then invoke them on the interface?
Upvotes: 3
Views: 10711
Reputation: 3771
A great way to this is SIKULI tool. You can automate the demo work flows easily : http://sikuli.org/
Upvotes: 1
Reputation: 12904
I would suggest this:
Or create a UIView animation doing the above steps if you rather not add a video player.
Upvotes: 1