Contents

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. Nil when searching a single document.

See Also

Displaying results