AccessibilityHint for UIAlertAction

Hi,

I am setting an accessibilityLabel and accessibilityHint property of a UIAlertAction. However, VoiceOver is only reading the label out. Usually, the label is read out, followed by a short pause and then the hint. Is this a known issue, where hints do not work for this element? I can append the hint to the label, but interested to know if there's something I'm doing wrong.

Regards.

The accessibilityHint may be turned off by the user in VoiceOver settings, if you wouldn't mind checking what you have for the toggle in Settings > Accessibility > VoiceOver > Verbosity > Speak Hints.

If that's toggled on and you're still not getting VoiceOver to speak the hint, please file a bug report so we can investigate deeper. You can file a report here: https://developer.apple.com/bug-reporting/, please include code samples, a screen recording if possible, and I can make sure the right team can take a look.

Thanks!

AccessibilityHint for UIAlertAction
 
 
Q