Incorrect sort order when using NavigationStack #168
Labels
bug
Something isn't working as expected
P1: High Priority
Issues that would result in incorrectly accessing whether or not a view is accessible.
Switch Control parity
Mismatch between output of framework and actual Switch Control behavior
VoiceOver parity
Mismatch between output of framework and actual VoiceOver behavior
I've found that when using a
NavigationStack
in a SwiftUI view accessibility snapshot puts the contents of the navigation bar below the contents of the view that is contained in theNavigationStack
. That is a lot of words that may or may not be helpful so I'll share some snapshots:Here is the code I used to generate those snapshots:
I've noticed this issue when running Xcode 15 in an iOS 17 simulator. I have not tested previous simulators but I think the issue is related to
NavigationStack
and not to the simulator.The text was updated successfully, but these errors were encountered: