PTAnnotationManagerAnnotationsWillChangeNotification
extern const NSNotificationName _Nonnull PTAnnotationManagerAnnotationsWillChangeNotification
Posted when annotations will be changed.
The notification object is the PTAnnotationManager
instance that posted the notification.
The userInfo
dictionary of the NSNotification
instance contains entries for at least one of
the following keys:
PTAddedAnnotationsUserInfoKey
PTModifiedAnnotationsUserInfoKey
PTRemovedAnnotationsUserInfoKey
PTFlattenedAnnotationsUserInfoKey
PTAnnotationChangesUserInfoKey
PTXFDFUserInfoKey
The key(s) present in theuserInfo
dictionary depends on if annotations will be added, modified, removed, flattened, or updated with an XFDF string.