There are 3 buttons in my app, when voice over is turned on and the user swipes to the right, the next button is selected.
Note - The button accessibility focus is different from button pressed.
Reason for asking - I want the app to announce "AAA" when the button 1 is selected and "BBB" when button 1 is pressed.
Questions
- How can the above be achieved ?
- Is there a way to call a method when a button is selected.
The View (in this case button) needs to implement the protocol
UIAccessibilityFocus