Contents

selectedTextSearchDocument

The object that uniquely identifies the specific document with selected text.

Declaration

@property (readonly) UITextSearchDocumentIdentifier selectedTextSearchDocument;

Discussion

When performing a search across multiple documents, this object returns the identifier for the document with the selected text. When performing a search on a single document, it returns nil.

See Also

Identifying selected text