I am implementing VoiceOver accessibility in my iOS App pikSpeak which helps blind people to locate iOS different buttons on the screen.
When I open a new ViewController the first button that Siri announces is the one on the top-left-most corner. However, that is not the primary button that I want the users to hear when they open a new ViewController as it is generally the back button. Rather I want it to be the page heading button.
How do I change the primary accessibility to a UILabel?