pasteAsPlainText(_:)
Inserts the contents of the pasteboard into the receiver’s text as plain text.
Declaration
func pasteAsPlainText(_ sender: Any?)Parameters
- sender:
The control that sent the message; may be
nil.
Discussion
This method behaves analogously to insertText(_:).