PTDigitalSignaturesViewControllerDelegate
@protocol PTDigitalSignaturesViewControllerDelegate <NSObject>
The methods declared by the PTDigitalSignaturesViewControllerDelegate
protocol allow the adopting delegate to respond to messages from
the PTDigitalSignaturesViewController
class.
-
Tells the delegate that the digital signature control wants to be closed.
Declaration
Objective-C
- (void)digitalSignaturesViewControllerDidCancel: (nonnull PTDigitalSignaturesViewController *) digitalSignaturesViewController;
Swift
optional func digitalSignaturesViewControllerDidCancel(_ digitalSignaturesViewController: PTDigitalSignaturesViewController)