Accessibility Voiceover is not treating navigation bar left button as first focused element.
If we navigate from A->B then the focus is going to first element inside the B view not to the left button item.(back button)
If we post accessibility notification, in viewWillAppear of B, focus is not shifting.
If we post viewDidAppear then first focus is going to element inside B's view then shifting back to back button.
There is a inconsistency behaviour. Can you please help here.
Thanks