accessibilityUserInputLabels
is working fine with any view I tried this on. Meaning that the control can be toggled with the provided alternative names when using Voice Control.
When setting this property on any UIBarButtonItem
though, it seems Voice Control ignores the alternative names provided by setting accessibilityUserInputLabels
. For comparison, accessibilityLabel
works perfectly when set on UIBarButtonItem
.
Is anyone facing the same issue?
Using Xcode 16.0 (16A242) on iOS 18