UITextSearching
The methods you use on a find session’s searchable objects to perform search operations and decorate the found text results.
Declaration
@protocol UITextSearching <NSObject>Overview
Implement this protocol on the class that encapsulates the searchable content for your view. This allows you to use an instance of UITextSearchingFindSession to manage the session for a find interaction.
Topics
Handling searches
performTextSearchWithQueryString:usingOptions:resultAggregator:UITextSearchAggregatorcompareFoundRange:toRange:inDocument:compareOrderFromDocument:toDocument:UITextSearchDocumentIdentifier
Displaying results
decorateFoundTextRange:inDocument:usingStyle:clearAllDecoratedFoundTextwillHighlightFoundTextRange:inDocument:scrollRangeToVisible:inDocument: