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?
|
feedback
|
|
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. | |||
|
feedback
|