I'm trying to add an MKMapView to my app, and finding it doesn't play nicely with VoiceOver. There are a couple issues.
Issue 1: The order of VoiceOver announcements is unpredictable when swiping through views on the screen. Sometimes the map contents are announced first, sometimes last, sometimes inline (as I would expect) between other views.
I can reproduce this even with a very simple single-view app with a single vertical stack view arranged like:
Is this expected behavior? Has anyone else encountered these issues? Any suggestions? I would prefer not to hide my map from VoiceOver, but if I can't get the behavior under control I might have to.
Thanks!
Mike
Issue 1: The order of VoiceOver announcements is unpredictable when swiping through views on the screen. Sometimes the map contents are announced first, sometimes last, sometimes inline (as I would expect) between other views.
I can reproduce this even with a very simple single-view app with a single vertical stack view arranged like:
Top Label
Map View
Bottom Label
Map View
Top Label
Bottom Label
Top Label
Bottom Label
Map View
Is this expected behavior? Has anyone else encountered these issues? Any suggestions? I would prefer not to hide my map from VoiceOver, but if I can't get the behavior under control I might have to.
Thanks!
Mike