Contents

NSFileProviderSearchEnumerator

A protocol that defines methods for providing search results and canceling searches.

Declaration

protocol NSFileProviderSearchEnumerator : NSObjectProtocol

Overview

Implement this protocol by implementing the enumerateSearchResults(for:startingAt:) method to perform your search and deliver pages of results to the NSFileProviderSearchEnumerationObserver that you receive as the first parameter.

Topics

Providing search results

Canceling a search

See Also

Implementing search