Contents

accessibilitySortPriority(_:)

Sets the sort priority order for this view’s accessibility element, relative to other elements at the same level.

Declaration

nonisolated func accessibilitySortPriority(_ sortPriority: Double) -> ModifiedContent<Self, AccessibilityAttachmentModifier>

Discussion

Higher numbers are sorted first. The default sort priority is zero.

See Also

Configuring rotors