Instance Property
accessibilityPath
The path of the element, in screen coordinates.
SDKs
- iOS 7.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Discussion
The default value of this property is nil
. If no path is set, the accessibility frame rectangle is used to highlight the element.
When you specify a value for this property, the assistive technology uses the path object you specify (in addition to the accessibility frame, and not in place of it) to highlight the element.
See Also
Configuring an Accessibility Element
accessibilityElementsHidden
A Boolean value indicating whether the accessibility elements contained within this accessibility element are hidden.
accessibilityHint
A brief description of the result of performing an action on the accessibility element, in a localized string.
accessibilityLabel
A succinct label that identifies the accessibility element, in a localized string.
accessibilityTraits
The combination of accessibility traits that best characterize the accessibility element.
accessibilityViewIsModal
A Boolean value indicating whether VoiceOver should ignore the elements within views that are siblings of the receiver.
shouldGroupAccessibilityChildren
A Boolean value indicating whether VoiceOver should group together the elements that are children of the receiver, regardless of their positions on the screen.