<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIFindInteraction/init(sessionDelegate:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIFindInteraction(im)initWithSessionDelegate:"
  },
  "title" : "init(sessionDelegate:)"
}
-->

# init(sessionDelegate:)

Initializes a find interaction object with the delegate object you specify.

```
init(sessionDelegate: any UIFindInteractionDelegate)
```

## Return Value

Returns a find interaction object with the associated delegate.

## Discussion

Create an object that conforms to the [`UIFindInteractionDelegate`](/documentation/UIKit/UIFindInteractionDelegate) protocol and assign it to this property.

---

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)