---
title: pasteConfiguration
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipasteconfigurationsupporting/pasteconfiguration
---

# pasteConfiguration

The paste configuration associated with the responder object.

## Declaration

```swift
@NSCopying var pasteConfiguration: UIPasteConfiguration? { get set }
```

## Discussion

Discussion If the responder object doesn’t have a paste configuration, nil is returned.
