YLAnnotationView Protocol Reference
Conforms to | NSObject |
Declared in | YLAnnotationView.h |
Overview
All annotation views should implement this protocol to display YLAnnotation objecs and react to page hide/show events.
Tasks
-
pdfViewController
Weak reference to parent YLPDFViewController.
property required method -
annotation
The annotation object represented by this view.
property required method -
– didShowPage:
Called when page is shown.
required method -
– willHidePage:
Called when page is hidden.
required method
Properties
annotation
The annotation object represented by this view.
@property (nonatomic, retain) YLAnnotation *annotation
Discussion
The annotation object represented by this view.
Declared In
YLAnnotationView.h
pdfViewController
Weak reference to parent YLPDFViewController.
@property (nonatomic, assign) YLPDFViewController *pdfViewController
Discussion
Weak reference to parent YLPDFViewController.
Declared In
YLAnnotationView.h