---
title: UITextItemInteraction.presentActions
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitextiteminteraction/presentactions
---

# UITextItemInteraction.presentActions

The user wants to be presented with a list of actions that can be taken on the text item, such as opening the link in a different way or downloading content from the link.

## Declaration

```swift
case presentActions
```

## See Also

### Constants

- [UITextItemInteraction.invokeDefaultAction](uikit/uitextiteminteraction/invokedefaultaction.md)
- [UITextItemInteraction.preview](uikit/uitextiteminteraction/preview.md)
