uiaccessibility - iOS Accessibility - control which UI object gets the focus -
i'm having trouble identifying why uibutton ( uibarbuttonitem, menu button in case) gets accessibility focus when uiviewcontroller changes.
the problem "cuts" announcement being read , takes focus @ no need.
so questions:
how find "who" giving ui object accessibility focus. (i tried override becomefirstresponder - never gets called).
how select, programmatically, ui object gets accessibility focus now.
thanks !
to select object becomes first responder, can call
[becomefirstresponder()][1]
on uiresponder object want focus.
Comments
Post a Comment