PTTextSearchViewControllerDelegate
@protocol PTTextSearchViewControllerDelegate <NSObject>
The methods declared by the PTTextSearchViewControllerDelegate protocol allow the adopting delegate
to respond to messages from the PTTextSearchViewController
class.
-
Informs the delegate that the user wishes to close the search view controller.
Declaration
Objective-C
- (void)searchViewControllerDidDismiss: (nonnull PTTextSearchViewController *)searchViewController;
Swift
func searchViewControllerDidDismiss(_ searchViewController: PTTextSearchViewController)