Contents

DocumentIdentifier

An object that uniquely identifies a specific document when searching for matching text across multiple documents.

Declaration

associatedtype DocumentIdentifier : Hashable = AnyHashable?

Discussion

The UITextSearching and UITextSearchAggregator protocols use this type to distinguish matches in a specific document from text in other documents with the same range.

See Also

Handling searches