findInteraction(_:didEnd:)
Informs the delegate when the interaction is about to dismiss the find panel.
Declaration
optional func findInteraction(_ interaction: UIFindInteraction, didEnd session: UIFindSession)Parameters
- interaction:
The interaction object triggering the find panel.
- session:
The session object you provided for the interaction.
Discussion
Use this method to undo decoration on your view to indicate that a search operation is complete. For example, remove a dimming view from around the unhighlighted search results.