<!--
{
  "documentType" : "article",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/pasteboard-names",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Pasteboard Names"
}
-->

# Pasteboard Names

Names identifying the system pasteboards.

## Discussion

You can access the general system pasteboard by calling the class method [`init(name:create:)`](/documentation/UIKit/UIPasteboard/init(name:create:)), specifying the `UIPasteboardNameGeneral` constant as the first argument. You can alternatively access the general pasteboard by calling the [`general`](/documentation/UIKit/UIPasteboard/general) class method. The general system pasteboard is persistent across device restarts, app uninstalls, and app restores.

## Topics

### Constants

[`UIPasteboardNameGeneral`](/documentation/UIKit/UIPasteboard/Name-swift.struct/general)

The name identifying the general pasteboard, which you use for general copy-cut-paste operations.

[`UIPasteboardNameFind`](/documentation/UIKit/UIPasteboardNameFind)

A name that identifies the Find pasteboard.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)