willHighlight(foundTextRange:document:)
Informs the searchable object when the highlighted search result is about to change.
Declaration
func willHighlight(foundTextRange: UITextRange, document: Self.DocumentIdentifier?)Parameters
- foundTextRange:
The text range to highlight.
- document:
A string that uniquely identifies the document containing the text range.
Nilwhen searching a single document.