Contents

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

Displaying results

Identifying selected text

Handling replacements

See Also

Find and replace