Welcome to another installment of our series on making accessible apps for Apple Platforms. In this video we talk about the concept of accessiblity labels, the label that an assistive technology, such as VoiceOver, reads to the user for a UI element.
Referenced Docs and WWDC session:
accessibilityLabel property documentation:
https://developer.apple.com/documenta...
setAccessibilityLabel(_:) method documentation:
https://developer.apple.com/documenta...
accessibilityLabel(_:) SwiftUI modifier:
https://developer.apple.com/documenta...
accessibility(label:) SwiftUI modifier (Deprecated):
https://developer.apple.com/documenta...)
All SwiftUI accessibility modifiers:
https://developer.apple.com/documenta...
Taylor the VoiceOver Experience in Your Data-rich Apps (WWDC Session):
https://developer.apple.com/wwdc21/10121
For more, follow me on Twitter/X: https://www.x.com/__JoshuaJRoot__