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:

  1. how find "who" giving ui object accessibility focus. (i tried override becomefirstresponder - never gets called).

  2. 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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -