PTAnnotationStylePresetsView
@interface PTAnnotationStylePresetsView : UIView
The PTAnnotationStylePresetsView class displays a set of buttons for the styles in a
PTAnnotationStylePresetsGroup instance and allows the user to change the selected style.
-
The annotation style presets displayed by this view.
Declaration
Objective-C
@property (nonatomic, strong, nullable) PTAnnotationStylePresetsGroup *presets;Swift
var presets: PTAnnotationStylePresetsGroup? { get set } -
The content view of this view.
Declaration
Objective-C
@property (nonatomic, strong, readonly) UIView *_Nonnull contentView;Swift
var contentView: UIView { get } -
The delegate object of this view.
Declaration
Objective-C
@property (nonatomic, weak, nullable) id<PTAnnotationStylePresetsViewDelegate> delegate;Swift
weak var delegate: (any PTAnnotationStylePresetsViewDelegate)? { get set }
PTAnnotationStylePresetsView Class Reference