PTAnnotationEditMode
enum PTAnnotationEditMode : NSUInteger {}
Annotation edit-modes control whether the current annotation author specified in the
PTAnnotationManager.annotationAuthorIdentifier
property of a PTAnnotationManager
instance
is able to edit annotations created by other authors.
-
Annotations can only be edited by their author.
Declaration
Objective-C
PTAnnotationModeEditOwn
Swift
case modeEditOwn = 0
-
All annotations can be edited regardless of their author.
Declaration
Objective-C
PTAnnotationModeEditAll
Swift
case modeEditAll = 1