PTAnnotationStylePresetsViewDelegate
@protocol PTAnnotationStylePresetsViewDelegate <NSObject>
The PTAnnotationStylePresetsViewDelegate
protocol allows the adopting class to respond to
messages from the PTAnnotationStylePresetsView
class.
-
Notifies the delegate that the specified preset style should be edited.
Declaration
Objective-C
- (void)presetsView:(nonnull PTAnnotationStylePresetsView *)presetsView editPresetForStyle:(nonnull PTAnnotStyle *)style fromView:(nonnull UIView *)view;
Swift
optional func presetsView(_ presetsView: PTAnnotationStylePresetsView, editPresetFor style: PTAnnotStyle, from view: UIView)