<!--
{
  "availability" : [
    "iOS: 3.0.0 - 10.0.0",
    "iPadOS: 3.0.0 - 10.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPasteboardNameFind",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIPasteboardNameFind"
  },
  "title" : "UIPasteboardNameFind"
}
-->

# UIPasteboardNameFind

A name that identifies the Find pasteboard.

```
let UIPasteboardNameFind: String
```

## Discussion

The Find pasteboard is unavailable starting in iOS 10.

The name identifying the Find pasteboard, which, prior to iOS 10, was used in search operations. In such operations, the most recent search string in the search bar was put in 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)