---
title: pasteDelegate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextpasteconfigurationsupporting/pastedelegate
---

# pasteDelegate

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

## Declaration

```swift
weak var pasteDelegate: (any UITextPasteDelegate)? { get set }
```
