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
Topic:
UI Frameworks
SubTopic:
AppKit
Tags: