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.
The UI control that receives pasted content.
weak var target: (any UIPasteConfigurationSupporting)? { get set }For example, you can assign this property a reference to a UITextView.