UITextSearchDocumentIdentifier
A string that uniquely identifies a specific document when searching for matching text across multiple documents.
Declaration
typedef id<NSCopying,NSObject> UITextSearchDocumentIdentifier;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.