Contents

PDFViewAnnotationHitNotification

A notification posted when the user clicks on an annotation.

Declaration

extern NSNotificationName const PDFViewAnnotationHitNotification;

Discussion

The notification object is the PDFView object itself.

Use the @”PDFAnnotationHit” key to obtain userinfo of type PDFAnnotation *.

See Also

Notifications