I have disabled the Accessibility option of a UIButton in the identity inspector but voice over still reads out the text when the item is clicked. What's the problem?
I'm developing for iOS >= 6.1 on Xcode 5
try
button.accessibilityElementsHidden = YES;
this should works
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With