public interface PDFViewDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
PDFViewOpenPDFForRemoteGoToAction(PDFView sender,
PDFActionRemoteGoTo action)
Delegates implementing the following method will be called to handle clicks on annotations containing a
PDFActionRemoteGoTo action.
|
default UIViewController |
PDFViewParentViewController()
A delegate that should return the main view controller the PDFView resides in.
|
default void |
PDFViewPerformFind(PDFView sender)
Certain PDFAction's may request that the PDF viewer application perform a Find.
|
default void |
PDFViewPerformGoToPage(PDFView sender)
Certain PDFAction's may request that the PDF viewer application bring up a panel allowing the user to enter a
specific page number.
|
default void |
PDFViewWillClickOnLinkWithURL(PDFView sender,
NSURL url)
Delegates implementing the following method will be called to handle clicks on URL links within the PDFView.
|
default void PDFViewOpenPDFForRemoteGoToAction(PDFView sender, PDFActionRemoteGoTo action)
default UIViewController PDFViewParentViewController()
default void PDFViewPerformFind(PDFView sender)
default void PDFViewPerformGoToPage(PDFView sender)