---
title: UITextPasteConfigurationSupporting
framework: uikit
role: symbol
role_heading: Protocol
path: uikit/uitextpasteconfigurationsupporting
---

# UITextPasteConfigurationSupporting

The interface for text-oriented responder objects to participate in the unified paste and drop system in iOS.

## Declaration

```swift
@MainActor protocol UITextPasteConfigurationSupporting : UIPasteConfigurationSupporting
```

## Topics

### Setting the text paste delegate

- [pasteDelegate](uikit/uitextpasteconfigurationsupporting/pastedelegate.md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [UIPasteConfigurationSupporting](uikit/uipasteconfigurationsupporting.md)

### Inherited By

- [UITextDroppable](uikit/uitextdroppable.md)

### Conforming Types

- [UISearchTextField](uikit/uisearchtextfield.md)
- [UITextField](uikit/uitextfield.md)
- [UITextView](uikit/uitextview.md)

## See Also

### Pasteboard support

- [UITextPasteItem](uikit/uitextpasteitem.md)
- [UISearchTextFieldPasteItem](uikit/uisearchtextfieldpasteitem.md)
- [UITextPasteDelegate](uikit/uitextpastedelegate.md)
