ios - Cannot tap any UIVIew in MonkeyTalk tests -
we unable tap of our subclassed uiview's have uitapgesturerecognizers on them. know uiviews have correct accessibilitylabels on them, when run tests tests not fail recognize views, see tap occurring on area of view, , we're able record our actions manually , fills out we'd typed out our tests. sadly, none of taps register on our view , our tests end doing nothing.
buttons, buttonselects etc work fine.
is there we're missing here? appreciated.
thanks.
by analyzing monkeytalk source code discovered custom view gesture recognizers must first view receive touch. meaning subviews must have userinteractionenabled set no. after made change worked me.