VoiceOver reads accessibility label twice when focusing non-UILabel titleView
问题 I'm encountering a strange issue with VoiceOver. Goals: Set a UIStackView containing multiple UILabel 's as my navigationItem.titleView . Mark the stack view as an accessibility element and set its accessibilityLabel to an appropriate value. Set the stack view as the initial VoiceOver focus by calling UIAccessibility.post(notification: .screenChanged, argument: navigationItem.titleView) inside viewDidAppear(animated:) . Expected Result: When the view controller appears the focus appears to be