Contents

accessibilityHint(_:)

Communicates to the user what happens after performing the view’s action.

Declaration

nonisolated func accessibilityHint(_ hint: LocalizedStringResource) -> ModifiedContent<Self, AccessibilityAttachmentModifier>

Discussion

Provide a hint in the form of a brief phrase, like “Purchases the item” or “Downloads the attachment”.

See Also

Offering hints