Contents

accessibilityInputLabels(_:)

Sets alternate input labels with which users identify a view.

Declaration

nonisolated func accessibilityInputLabels(_ inputLabelKeys: [LocalizedStringKey]) -> ModifiedContent<Self, AccessibilityAttachmentModifier>

Discussion

Provide labels in descending order of importance. Voice Control and Full Keyboard Access use the input labels.

See Also

Applying labels