Reply to Accessibility doesn't treat back button of navigation bar as first element I had the same issue. I solved mine by adding navigationController as first element of accessibilityElements like this : view.accessibilityElements = [navigationController, otherViewElements].compactMap { $0 } Hope this help you Regards UI Frameworks AppKit Mar ’21