<!--
{
  "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/isPersistent",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPasteboard(py)persistent"
  },
  "title" : "isPersistent"
}
-->

# isPersistent

A Boolean value that indicates whether the pasteboard is persistent.

```
var isPersistent: Bool { get }
```

## Discussion

Nonpersistent named pasteboards remain available. You can use these to implement such features as Duplicate or Copy Style. A nonpersistent named pasteboard is available only in the process that creates it.

## See Also

[`init?(name: UIPasteboard.Name, create: Bool)`](/documentation/UIKit/UIPasteboard/init(name:create:))

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

[`class func withUniqueName() -> UIPasteboard`](/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)