<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextPasteConfigurationSupporting",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UITextPasteConfigurationSupporting"
  },
  "title" : "UITextPasteConfigurationSupporting"
}
-->

# UITextPasteConfigurationSupporting

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

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

## Topics

### Setting the text paste delegate

[`var pasteDelegate: (any UITextPasteDelegate)?`](/documentation/UIKit/UITextPasteConfigurationSupporting/pasteDelegate)

The text paste delegate that handles pasting and dropping of text, using item providers.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`UIPasteConfigurationSupporting`](/documentation/UIKit/UIPasteConfigurationSupporting)

### Conforming Types

[`UISearchTextField`](/documentation/UIKit/UISearchTextField)

[`UITextView`](/documentation/UIKit/UITextView)

[`UITextField`](/documentation/UIKit/UITextField)

### Inherited By

[`UITextDroppable`](/documentation/UIKit/UITextDroppable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)