Contents

PDFViewAnnotationHit

A notification posted when the user clicks on an annotation.

Declaration

static let PDFViewAnnotationHit: NSNotification.Name

Discussion

The notification object is the PDFView object itself.

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

See Also

PDFKit