Accessible navigation
Enable users to navigate to specific user interface elements using rotors.
Overview
An accessibility rotor is a shortcut that enables users to quickly navigate to specific elements of the user interface, and, optionally, to specific ranges of text within those elements.
[Image]
The system automatically provides rotors for many navigable elements, but you can supply additional rotors for specific purposes, or replace system rotors when they don’t automatically pick up off-screen elements, like those far down in a LazyVStack or a List.
For design guidance, see Accessibility in the Accessibility section of the Human Interface Guidelines.
Topics
Working with rotors
accessibilityRotor(_:entries:)accessibilityRotor(_:entries:entryID:entryLabel:)accessibilityRotor(_:entries:entryLabel:)accessibilityRotor(_:textRanges:)