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

# UITextDropProposal.Action.replaceAll

A text drop action style specifying that the dropped text replaces all text in the target text view.

## Declaration

```swift
case replaceAll
```

## See Also

### Text drop actions

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