---
title: "accessibility(hint:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/modifiedcontent/accessibility(hint:)"
---

# accessibility(hint:)

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

## Declaration

```swift
nonisolated func accessibility(hint: Text) -> ModifiedContent<Content, Modifier>
```

## Discussion

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