---
title: UITextDropProposal.Action.insert
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitextdropproposal/action/insert
---

# UITextDropProposal.Action.insert

A text drop action style specifying that text is inserted at the provided location, without altering the surrounding text.

## Declaration

```swift
case insert
```

## Discussion

Discussion The action ignores any selection present in the target text view.

## See Also

### Text drop actions

- [UITextDropProposal.Action.replaceAll](uikit/uitextdropproposal/action/replaceall.md)
- [UITextDropProposal.Action.replaceSelection](uikit/uitextdropproposal/action/replaceselection.md)
