general
The systemwide general pasteboard, which you use for general copy-paste operations.
Declaration
class var general: UIPasteboard { get }Return Value
A shared system pasteboard object with the name of general.
Discussion
You may use the general pasteboard for copying and pasting text, images, URLs, colors, and other data within an app or between apps. The general pasteboard is persistent across device restarts and app uninstalls.