PTPDFLayerViewControllerDelegate
@protocol PTPDFLayerViewControllerDelegate <NSObject>
The methods declared by the PTPDFLayerViewControllerDelegate protocol allow the adopting delegate to respond to messages from the PTPDFLayerViewController class.
-
Tells the delegate that the annotation control wants to be closed.
Declaration
Objective-C
- (void)pdfLayerViewControllerDidCancel: (nonnull PTPDFLayerViewController *)pdfLayerViewController;
Swift
optional func pdfLayerViewControllerDidCancel(_ pdfLayerViewController: PTPDFLayerViewController)