A custom component (UIControl subclass) in a feature that I'm working on is read by VoiceOver like this: "Close - Button" which is ok, but for some reason a QA engineer tested the same component with VoiceOver and is read: "Button - Close".
Note: Custom component's accessibilityTraits
is set to be .button
We want AccessibilityLabel
to be read first and AccessibilityTraits
second.