PSPDFSearchViewControllerDelegate

Objective-C

@protocol PSPDFSearchViewControllerDelegate <PSPDFTextSearchDelegate>

Swift

protocol SearchViewControllerDelegate : TextSearchDelegate

Delegate for the search view controller.

Note

This is a specialization of PSPDFTextSearchDelegate.