PTDigitalSignatureTool
@interface PTDigitalSignatureTool : PTTool <PTDigSigViewControllerDelegate,
PTFloatingSigViewControllerDelegate>
Handles creation of signatures and digitally signing documents.
-
Whether the controller shows a list of saved signatures. The default value of this property is
YES
.Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite) BOOL showsSavedSignatures;
Swift
var showsSavedSignatures: Bool { get set }