I have an overlay with accessible elements. When it disappears, I post UIAccessibilityScreenChangedNotification
to cause VoiceOver update.
VoiceOver then picks first element of the screen. How can I make it focus on a specific element by default after posting UIAccessibilityScreenChangedNotification
?