PTAnnotationManagerAnnotationsDidChangeNotification
extern const NSNotificationName _Nonnull PTAnnotationManagerAnnotationsDidChangeNotification
Posted when annotations have been 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 were added, modified, removed, flattened, or updated with an XFDF string.