PTDateTextAnnotationOptions
@interface PTDateTextAnnotationOptions : PTAnnotationOptions
An object that contains options for date text annotations.
-
Whether a date picker is shown when a date text annotation is created. The default value is
NODeclaration
Objective-C
@property (nonatomic) BOOL showDatePickerWhenCreated;Swift
var showDatePickerWhenCreated: Bool { get set } -
Whether a date picker is shown when a date text annotation is tapped. The default value is
NODeclaration
Objective-C
@property (nonatomic) BOOL showDatePickerWhenTapped;Swift
var showDatePickerWhenTapped: Bool { get set }
PTDateTextAnnotationOptions Class Reference