SwiftUI Accessibility: Semantic Views
[]
Mobile A11y
It tells the stack that all accessibility elements within the stack should be treated as individual elements for assistive technology. This means we can add our own accessibility attributes and traits to the stack view for VoiceOver to read, replacing the attributes of the child elements. For that, we need to tell our accessibility user interface that our stack has an accessibility action that can only be activated with assistive technology.