Contents

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

See Also

Displaying results