PTFindTextToolbarDelegate
@protocol PTFindTextToolbarDelegate <UIToolbarDelegate>
The methods declared by the PTFindTextToolbarDelegate protocol allow the adopting delegate
to respond to messages from the PTFindTextToolbar
class.
-
Informs the delegate that the user wishes to close the find text toolbar.
Declaration
Objective-C
- (void)findTextToolbarDidCancel:(nonnull PTFindTextToolbar *)findTextToolbar;