---
title: "init(sessionDelegate:)"
framework: uikit
role: symbol
role_heading: Initializer
path: "uikit/uifindinteraction/init(sessiondelegate:)"
---

# init(sessionDelegate:)

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

## Declaration

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

## Return Value

Return Value Returns a find interaction object with the associated delegate.

## Discussion

Discussion Create an object that conforms to the UIFindInteractionDelegate protocol and assign it to this property.
