Contents

UITextSearchAggregator

The methods you use on a find session’s aggregator to collect matching text ranges for a search.

Declaration

struct UITextSearchAggregator<DocumentIdentifier> where DocumentIdentifier : Hashable

Overview

To track text ranges that match the search, call these methods on the aggregator for the searchable object implementing the UITextSearching protocol for a UITextSearchingFindSession.

Topics

Tracking search results

See Also

Handling searches