iPhone/iOS automation and UIGestureRecognizers
I've been working with FoneMonkey for iPhone automation, and have been having issues getting the framework to detect taps with UITapGestureRecognizer
. Does an开发者_StackOverflowyone have any experience working with UIGestureRecognizer
objects with any iOS automation framework, either FoneMonkey or any other framework?
Why do you not use included UIAutomation?
精彩评论