<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPasteboard/name-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPasteboard(py)name"
  },
  "title" : "name"
}
-->

# name

The name of the pasteboard.

```
var name: UIPasteboard.Name { get }
```

## Discussion

Names of app pasteboard objects should be unique across installed apps. If the object is a system pasteboard, this property returns one of the constants described in [Pasteboard Names](/documentation/UIKit/pasteboard-names).

## See Also

[`+  pasteboardWithName:create:`](/documentation/UIKit/UIPasteboard/init(name:create:))

Returns a pasteboard that you identify by name, optionally creating it if it doesn’t exist.

[`+  pasteboardWithUniqueName`](/documentation/UIKit/UIPasteboard/withUniqueName())

Returns an app pasteboard that you identify by a unique system-generated name.



---

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)