Has anyone successfully unit tested subclasses of UIGestureRecognizer? What approach do you use or recommend if so? How do you go about synthesizing events if so?

link|improve this question

77% accept rate
feedback

1 Answer

it's not exactly unit testing, but the best method how you can test your user interface is using Automation. Basically you write a javascript and then you run it in Instruments under Automation.

It's not documented very well and there are almost no tutorials. Prepare to be frustrated.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.