Contents

target

The UI control that receives pasted content.

Declaration

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

Discussion

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