UIAccessibility / Voice Over - Set focus on first component of a view after switching between two view

Hello,

I'm working on the accessibility of my app (voice over) and I have now the problem that I can't set the focus on the first accessibility enabled component of a view after switching between two views (UITabBar). At the moment the user switches and has to go back from the tab bar to the first element of the view. I want to set the voice over focus to the headings of my views, so that the user can start to navigate from there. Unfortunetly, UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, component) is not working.

I was searching in docs, forums and websites but could not really find any help. Maybe someone has made the same experience and could share the solution with me.


Thanks in advance!

- BlockDev

Replies

I'd like to know as well if anyone has a solution for this.

Just hit this problem too. Is there a work around?