I am currently trying to override the default sheet accessibility label and hint (VoiceOver currently announces ‘sheet grabber, button, double tap to expand the sheet’. I’m hoping to do something very similar to Apple Maps’ sheet where when the drag indicator is focused, VO announces the current height of the sheet.
I’ve tried adding .accessibilityLabel() and .accessibilityHint() modifiers inside of the .sheet() modifier to no availability.
Thanks in advance for any help!
user26598159 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.