---
title: target
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipastecontrol/target
---

# target

The UI control that receives pasted content.

## Declaration

```swift
weak var target: (any UIPasteConfigurationSupporting)? { get set }
```

## Discussion

Discussion For example, you can assign this property a reference to a UITextView.
