Accessibility announcements in UIKit and SwiftUI
In both UIKit and SwiftUI, with a line or two of code you can announce a page’s state and accessibility properties to users who have accessibility features on.
This helps a lot on screens where we show a “loading” indicator. A VoiceOver user can’t see a spinner turning on screen; if you don’t announce the state change, they can’t tell what’s happening.
