init(sessionDelegate:)
Initializes a find interaction object with the delegate object you specify.
Declaration
init(sessionDelegate: any UIFindInteractionDelegate)Return Value
Returns a find interaction object with the associated delegate.
Discussion
Create an object that conforms to the UIFindInteractionDelegate protocol and assign it to this property.