PTRubberStampCreate
@interface PTRubberStampCreate : PTCreateToolBase
Creates stamp annotations.
-
Which
PTStampType
to create.Declaration
Objective-C
@property (nonatomic, strong) PTStampType _Nonnull stampType;
Swift
var stampType: PTStampType { get set }
-
Which
PTCustomStampOption
to 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 }