PTDigitalSignaturesViewController
@interface PTDigitalSignaturesViewController
: UITableViewController <PTOverridable>
The PTDigitalSignaturesViewController displays a list of digital signatures in a document being viewed by a PTPDFViewCtrl.
-
Returns a new instance of a PTOutlineViewController.
Declaration
Objective-C
- (nonnull instancetype)initWithToolManager: (nonnull PTToolManager *)toolManager;Swift
init(toolManager: PTToolManager)Parameters
toolManagerThe
PTToolManagerobject that provides thePTPDFViewCtrlandPTPDFDocfrom to create the outline, which will change pages when the user selects an annotation item. -
An object that conforms to the
PTDigitalSignaturesViewControllerDelegateprotocol.Declaration
Objective-C
@property (nonatomic, weak, nullable) id<PTDigitalSignaturesViewControllerDelegate> delegate;Swift
weak var delegate: (any PTDigitalSignaturesViewControllerDelegate)? { get set } -
Undocumented
Declaration
Objective-C
- (instancetype)initWithStyle:(UITableViewStyle)style NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
- (instancetype)initWithNibName:(nullable NSString *)nibNameOrNil bundle:(nullable NSBundle *)nibBundleOrNil NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
- (instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;
PTDigitalSignaturesViewController Class Reference