willHighlightFoundTextRange:inDocument:
Informs the searchable object when the highlighted search result is about to change.
Declaration
- (void) willHighlightFoundTextRange:(UITextRange *) range inDocument:(UITextSearchDocumentIdentifier) document;Parameters
- range:
The text range to highlight.
- document:
A string that uniquely identifies the document containing the text range.
Nilwhen searching a single document.