Type Property 型プロパティ

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. 通知オブジェクトは、PDFViewオブジェクト自身です。

Use the @”PDFAnnotationHit” key to obtain userinfo of type PDFAnnotation *. @”PDFAnnotationHit”キーを使って、型PDFAnnotation *のuserinfoを入手してください。

See Also 参照

PDFKit