Hi,
I'm not hearing any accessibility hints when my app runs unless I set them explicitly.
According to the documentation:
"The default value for this property is nil unless the receiver is a UIKit control, in which case the value is a system-provided hint based on the type of control."
I'm using standard UIKit controls such as UIButton. I would expect to hear something like "Double tap to open", but I hear nothing.
If I manually type something into the hint field, then I hear it, but I don't want to have to go through my entire app and set them all by hand.
How do I enable the default hints?