Use The New .accessibilityActions Modifier In iOS 16
Daily Coding Tip 152
It was previously necessary to define multiple accessibility actions as separate .accessibilityAction modifiers.
These custom actions allow complex interactions to be simplified, for instance by replacing a swipe gesture with a simple Button that is only visible to assistive technologies like VoiceOver.


