PTRubberStampCreate
@interface PTRubberStampCreate : PTCreateToolBase
Creates stamp annotations.
-
Which
PTStampTypeto create.Declaration
Objective-C
@property (nonatomic, strong) PTStampType _Nonnull stampType;Swift
var stampType: PTStampType { get set } -
Which
PTCustomStampOptionto create. If this value is nil then the picker will be shown.Declaration
Objective-C
@property (nonatomic, strong, nullable) PTCustomStampOption *currentStamp;Swift
var currentStamp: PTCustomStampOption? { get set }
PTRubberStampCreate Class Reference