PDFKit iOS 10.3 to 11.0 API Differences
PDFAction.h
Added
PDFAction
Added
PDFAction.type
PDFActionGoTo.h
Added
PDFActionGoTo
Added
-[PDFActionGoTo initWithDestination:]
Added
PDFActionGoTo.destination
PDFActionNamed.h
Added
PDFActionNamedName
Added
kPDFActionNamedNone
Added
kPDFActionNamedNextPage
Added
kPDFActionNamedPreviousPage
Added
kPDFActionNamedFirstPage
Added
kPDFActionNamedLastPage
Added
kPDFActionNamedGoBack
Added
kPDFActionNamedGoForward
Added
kPDFActionNamedGoToPage
Added
kPDFActionNamedFind
Added
kPDFActionNamedPrint
Added
kPDFActionNamedZoomIn
Added
kPDFActionNamedZoomOut
Added
PDFActionNamed
Added
-[PDFActionNamed initWithName:]
Added
PDFActionNamed.name
PDFActionRemoteGoTo.h
Added
PDFActionRemoteGoTo
Added
-[PDFActionRemoteGoTo initWithPageIndex:atPoint:fileURL:]
Added
PDFActionRemoteGoTo.pageIndex
Added
PDFActionRemoteGoTo.point
Added
PDFActionRemoteGoTo.URL
PDFActionResetForm.h
Added
PDFActionResetForm
Added
-[PDFActionResetForm init]
Added
PDFActionResetForm.fields
Added
PDFActionResetForm.fieldsIncludedAreCleared
PDFActionURL.h
Added
PDFActionURL
Added
-[PDFActionURL initWithURL:]
Added
PDFActionURL.URL
PDFAnnotation.h
Added
PDFAnnotationSubtype
Added
PDFAnnotationKey
Added
PDFAnnotationKeyAppearanceDictionary
Added
PDFAnnotationKeyAppearanceState
Added
PDFAnnotationKeyBorder
Added
PDFAnnotationKeyColor
Added
PDFAnnotationKeyContents
Added
PDFAnnotationKeyFlags
Added
PDFAnnotationKeyDate
Added
PDFAnnotationKeyName
Added
PDFAnnotationKeyPage
Added
PDFAnnotationKeyRect
Added
PDFAnnotationKeySubtype
Added
PDFAnnotationKeyAction
Added
PDFAnnotationKeyAdditionalActions
Added
PDFAnnotationKeyBorderStyle
Added
PDFAnnotationKeyDefaultAppearance
Added
PDFAnnotationKeyDestination
Added
PDFAnnotationKeyHighlightingMode
Added
PDFAnnotationKeyInklist
Added
PDFAnnotationKeyInteriorColor
Added
PDFAnnotationKeyLinePoints
Added
PDFAnnotationKeyLineEndingStyles
Added
PDFAnnotationKeyIconName
Added
PDFAnnotationKeyOpen
Added
PDFAnnotationKeyParent
Added
PDFAnnotationKeyPopup
Added
PDFAnnotationKeyQuadding
Added
PDFAnnotationKeyQuadPoints
Added
PDFAnnotationKeyTextLabel
Added
PDFAnnotationKeyWidgetDownCaption
Added
PDFAnnotationKeyWidgetBorderColor
Added
PDFAnnotationKeyWidgetBackgroundColor
Added
PDFAnnotationKeyWidgetCaption
Added
PDFAnnotationKeyWidgetDefaultValue
Added
PDFAnnotationKeyWidgetFieldFlags
Added
PDFAnnotationKeyWidgetFieldType
Added
PDFAnnotationKeyWidgetAppearanceDictionary
Added
PDFAnnotationKeyWidgetMaxLen
Added
PDFAnnotationKeyWidgetOptions
Added
PDFAnnotationKeyWidgetRotation
Added
PDFAnnotationKeyWidgetRolloverCaption
Added
PDFAnnotationKeyWidgetTextLabelUI
Added
PDFAnnotationKeyWidgetValue
Added
PDFAnnotation
Added
-[PDFAnnotation initWithBounds:forType:withProperties:]
Added
PDFAnnotation.page
Added
PDFAnnotation.type
Added
PDFAnnotation.bounds
Added
PDFAnnotation.shouldDisplay
Added
PDFAnnotation.shouldPrint
Added
PDFAnnotation.modificationDate
Added
PDFAnnotation.userName
Added
PDFAnnotation.popup
Added
PDFAnnotation.border
Added
PDFAnnotation.color
Added
PDFAnnotation.contents
Added
PDFAnnotation.action
Added
PDFAnnotation.hasAppearanceStream
Added
PDFAnnotation.highlighted
Added
-[PDFAnnotation drawWithBox:inContext:]
Added
-[PDFAnnotation setValue:forAnnotationKey:]
Added
-[PDFAnnotation setBoolean:forAnnotationKey:]
Added
-[PDFAnnotation setRect:forAnnotationKey:]
Added
PDFAnnotation.annotationKeyValues
Added
-[PDFAnnotation valueForAnnotationKey:]
Added
-[PDFAnnotation removeValueForAnnotationKey:]
PDFAnnotationUtilities.h
Added
PDFLineStyle
Added
kPDFLineStyleNone
Added
kPDFLineStyleSquare
Added
kPDFLineStyleCircle
Added
kPDFLineStyleDiamond
Added
kPDFLineStyleOpenArrow
Added
kPDFLineStyleClosedArrow
Added
PDFTextAnnotationIconType
Added
kPDFTextAnnotationIconComment
Added
kPDFTextAnnotationIconKey
Added
kPDFTextAnnotationIconNote
Added
kPDFTextAnnotationIconHelp
Added
kPDFTextAnnotationIconNewParagraph
Added
kPDFTextAnnotationIconParagraph
Added
kPDFTextAnnotationIconInsert
Added
PDFMarkupType
Added
kPDFMarkupTypeHighlight
Added
kPDFMarkupTypeStrikeOut
Added
kPDFMarkupTypeUnderline
Added
PDFWidgetControlType
Added
kPDFWidgetUnknownControl
Added
kPDFWidgetPushButtonControl
Added
kPDFWidgetRadioButtonControl
Added
kPDFWidgetCheckBoxControl
Added
PDFWidgetCellState
Added
kPDFWidgetMixedState
Added
kPDFWidgetOffState
Added
kPDFWidgetOnState
Added
PDFAnnotationSubtypeText
Added
PDFAnnotationSubtypeLink
Added
PDFAnnotationSubtypeFreeText
Added
PDFAnnotationSubtypeLine
Added
PDFAnnotationSubtypeSquare
Added
PDFAnnotationSubtypeCircle
Added
PDFAnnotationSubtypeHighlight
Added
PDFAnnotationSubtypeUnderline
Added
PDFAnnotationSubtypeStrikeOut
Added
PDFAnnotationSubtypeInk
Added
PDFAnnotationSubtypeStamp
Added
PDFAnnotationSubtypePopup
Added
PDFAnnotationSubtypeWidget
Added
PDFAnnotationWidgetSubtype
Added
PDFAnnotationWidgetSubtypeButton
Added
PDFAnnotationWidgetSubtypeChoice
Added
PDFAnnotationWidgetSubtypeSignature
Added
PDFAnnotationWidgetSubtypeText
Added
PDFAnnotationLineEndingStyle
Added
PDFAnnotationLineEndingStyleNone
Added
PDFAnnotationLineEndingStyleSquare
Added
PDFAnnotationLineEndingStyleCircle
Added
PDFAnnotationLineEndingStyleDiamond
Added
PDFAnnotationLineEndingStyleOpenArrow
Added
PDFAnnotationLineEndingStyleClosedArrow
Added
PDFAnnotationTextIconType
Added
PDFAnnotationTextIconTypeComment
Added
PDFAnnotationTextIconTypeKey
Added
PDFAnnotationTextIconTypeNote
Added
PDFAnnotationTextIconTypeHelp
Added
PDFAnnotationTextIconTypeNewParagraph
Added
PDFAnnotationTextIconTypeParagraph
Added
PDFAnnotationTextIconTypeInsert
Added
PDFAnnotationHighlightingMode
Added
PDFAnnotationHighlightingModeNone
Added
PDFAnnotationHighlightingModeInvert
Added
PDFAnnotationHighlightingModeOutline
Added
PDFAnnotationHighlightingModePush
Added
PDFAnnotation.font
Added
PDFAnnotation.fontColor
Added
PDFAnnotation.alignment
Added
PDFAnnotation.startPoint
Added
PDFAnnotation.endPoint
Added
PDFAnnotation.startLineStyle
Added
PDFAnnotation.endLineStyle
Added
+[PDFAnnotation lineStyleFromName:]
Added
+[PDFAnnotation nameForLineStyle:]
Added
PDFAnnotation.iconType
Added
PDFAnnotation.quadrilateralPoints
Added
PDFAnnotation.markupType
Added
PDFAnnotation.widgetFieldType
Added
PDFAnnotation.widgetControlType
Added
PDFAnnotation.multiline
Added
PDFAnnotation.isPasswordField
Added
PDFAnnotation.comb
Added
PDFAnnotation.maximumLength
Added
PDFAnnotation.widgetStringValue
Added
PDFAnnotation.widgetDefaultStringValue
Added
PDFAnnotation.allowsToggleToOff
Added
PDFAnnotation.radiosInUnison
Added
PDFAnnotation.readOnly
Added
PDFAnnotation.listChoice
Added
PDFAnnotation.choices
Added
PDFAnnotation.values
Added
PDFAnnotation.buttonWidgetState
Added
PDFAnnotation.buttonWidgetStateString
Added
PDFAnnotation.open
Added
PDFAnnotation.paths
Added
-[PDFAnnotation addBezierPath:]
Added
-[PDFAnnotation removeBezierPath:]
Added
PDFAnnotation.destination
Added
PDFAnnotation.URL
Added
PDFAnnotation.fieldName
Added
PDFAnnotation.caption
Added
PDFAnnotation.backgroundColor
PDFAppearanceCharacteristics.h
Added
PDFAppearanceCharacteristicsKey
Added
PDFAppearanceCharacteristicsKeyBackgroundColor
Added
PDFAppearanceCharacteristicsKeyBorderColor
Added
PDFAppearanceCharacteristicsKeyRotation
Added
PDFAppearanceCharacteristicsKeyCaption
Added
PDFAppearanceCharacteristicsKeyRolloverCaption
Added
PDFAppearanceCharacteristicsKeyDownCaption
Added
PDFAppearanceCharacteristics
Added
PDFAppearanceCharacteristics.controlType
Added
PDFAppearanceCharacteristics.backgroundColor
Added
PDFAppearanceCharacteristics.borderColor
Added
PDFAppearanceCharacteristics.rotation
Added
PDFAppearanceCharacteristics.caption
Added
PDFAppearanceCharacteristics.rolloverCaption
Added
PDFAppearanceCharacteristics.downCaption
Added
PDFAppearanceCharacteristics.appearanceCharacteristicsKeyValues
PDFBorder.h
Added
PDFBorderStyle
Added
kPDFBorderStyleSolid
Added
kPDFBorderStyleDashed
Added
kPDFBorderStyleBeveled
Added
kPDFBorderStyleInset
Added
kPDFBorderStyleUnderline
Added
PDFBorderKey
Added
PDFBorderKeyLineWidth
Added
PDFBorderKeyStyle
Added
PDFBorderKeyDashPattern
Added
PDFBorder
Added
PDFBorder.style
Added
PDFBorder.lineWidth
Added
PDFBorder.dashPattern
Added
PDFBorder.borderKeyValues
Added
-[PDFBorder drawInRect:]
PDFDestination.h
Added
kPDFDestinationUnspecifiedValue
Added
PDFDestination
Added
-[PDFDestination initWithPage:atPoint:]
Added
PDFDestination.page
Added
PDFDestination.point
Added
PDFDestination.zoom
Added
-[PDFDestination compare:]
PDFDocument.h
Added
PDFDocumentPermissions
Added
kPDFDocumentPermissionsNone
Added
kPDFDocumentPermissionsUser
Added
kPDFDocumentPermissionsOwner
Added
PDFDocumentDidUnlockNotification
Added
PDFDocumentDidBeginFindNotification
Added
PDFDocumentDidEndFindNotification
Added
PDFDocumentDidBeginPageFindNotification
Added
PDFDocumentDidEndPageFindNotification
Added
PDFDocumentDidFindMatchNotification
Added
PDFDocumentDidBeginWriteNotification
Added
PDFDocumentDidEndWriteNotification
Added
PDFDocumentDidBeginPageWriteNotification
Added
PDFDocumentDidEndPageWriteNotification
Added
PDFDocumentAttribute
Added
PDFDocumentTitleAttribute
Added
PDFDocumentAuthorAttribute
Added
PDFDocumentSubjectAttribute
Added
PDFDocumentCreatorAttribute
Added
PDFDocumentProducerAttribute
Added
PDFDocumentCreationDateAttribute
Added
PDFDocumentModificationDateAttribute
Added
PDFDocumentKeywordsAttribute
Added
PDFDocumentWriteOption
Added
PDFDocumentOwnerPasswordOption
Added
PDFDocumentUserPasswordOption
Added
PDFDocument
Added
-[PDFDocument init]
Added
-[PDFDocument initWithURL:]
Added
-[PDFDocument initWithData:]
Added
PDFDocument.documentURL
Added
PDFDocument.documentRef
Added
PDFDocument.documentAttributes
Added
PDFDocument.majorVersion
Added
PDFDocument.minorVersion
Added
PDFDocument.isEncrypted
Added
PDFDocument.isLocked
Added
-[PDFDocument unlockWithPassword:]
Added
PDFDocument.allowsPrinting
Added
PDFDocument.allowsCopying
Added
PDFDocument.allowsDocumentChanges
Added
PDFDocument.allowsDocumentAssembly
Added
PDFDocument.allowsContentAccessibility
Added
PDFDocument.allowsCommenting
Added
PDFDocument.allowsFormFieldEntry
Added
PDFDocument.permissionsStatus
Added
PDFDocument.string
Added
PDFDocument.delegate
Added
-[PDFDocument dataRepresentation]
Added
-[PDFDocument dataRepresentationWithOptions:]
Added
-[PDFDocument writeToFile:]
Added
-[PDFDocument writeToFile:withOptions:]
Added
-[PDFDocument writeToURL:]
Added
-[PDFDocument writeToURL:withOptions:]
Added
PDFDocument.outlineRoot
Added
-[PDFDocument outlineItemForSelection:]
Added
PDFDocument.pageCount
Added
-[PDFDocument pageAtIndex:]
Added
-[PDFDocument indexForPage:]
Added
-[PDFDocument insertPage:atIndex:]
Added
-[PDFDocument removePageAtIndex:]
Added
-[PDFDocument exchangePageAtIndex:withPageAtIndex:]
Added
PDFDocument.pageClass
Added
-[PDFDocument findString:withOptions:]
Added
-[PDFDocument beginFindString:withOptions:]
Added
-[PDFDocument beginFindStrings:withOptions:]
Added
-[PDFDocument findString:fromSelection:withOptions:]
Added
PDFDocument.isFinding
Added
-[PDFDocument cancelFindString]
Added
PDFDocument.selectionForEntireDocument
Added
-[PDFDocument selectionFromPage:atPoint:toPage:atPoint:]
Added
-[PDFDocument selectionFromPage:atCharacterIndex:toPage:atCharacterIndex:]
Added
PDFDocumentDelegate
Added
-[PDFDocumentDelegate documentDidUnlock:]
Added
-[PDFDocumentDelegate documentDidBeginDocumentFind:]
Added
-[PDFDocumentDelegate documentDidEndDocumentFind:]
Added
-[PDFDocumentDelegate documentDidBeginPageFind:]
Added
-[PDFDocumentDelegate documentDidEndPageFind:]
Added
-[PDFDocumentDelegate documentDidFindMatch:]
Added
-[PDFDocumentDelegate didMatchString:]
Added
-[PDFDocumentDelegate classForPage]
Added
-[PDFDocumentDelegate classForAnnotationType:]
PDFKitPlatform.h
Added
#def PDFKIT_EXTERN
Added
#def PDFKIT_AVAILABLE
Added
#def PDFKIT_DEPRECATED
Added
#def PDFKIT_CLASS_AVAILABLE
Added
#def PDFKIT_CLASS_DEPRECATED
Added
#def PDFKIT_ENUM_AVAILABLE
Added
#def PDFKIT_ENUM_DEPRECATED
Added
#def PDFKitPlatformView
Added
#def PDFKitPlatformViewController
Added
#def PDFKitPlatformScrollView
Added
#def PDFKitPlatformBezierPath
Added
#def PDFKitPlatformBezierPathElement
Added
#def PDFKitPlatformImage
Added
#def PDFKitPlatformImageView
Added
#def PDFKitPlatformEvent
Added
#def PDFKitPlatformFont
Added
#def PDFKitPlatformColor
Added
#def PDFKitPlatformControl
Added
#def PDFKitPlatformTextField
Added
#def PDFKitPlatformTextFieldDidBeginEditing
Added
#def PDFKitPlatformTextFieldDidChangeText
Added
#def PDFKitPlatformTextFieldDidEndEditing
Added
#def PDFKitPlatformTextView
Added
#def PDFKitPlatformTextViewDidChangeSelection
Added
#def PDFKitPlatformChoiceWidgetComboBoxView
Added
#def PDFKitPlatformChoiceWidgetListView
Added
#def PDFKitPlatformButton
Added
#def PDFKitPlatformButtonCell
Added
#def PDFKitPlatformAccessibilityElement
Added
#def PDFPoint
Added
#def PDFRect
Added
#def PDFSize
Added
#def PDFEdgeInsets
Added
#def PDFPointZero
Added
#def PDFSizeZero
Added
#def PDFRectZero
Added
#def PDFEdgeInsetsZero
PDFOutline.h
Added
PDFOutline
Added
-[PDFOutline init]
Added
PDFOutline.document
Added
PDFOutline.parent
Added
PDFOutline.numberOfChildren
Added
PDFOutline.index
Added
-[PDFOutline childAtIndex:]
Added
-[PDFOutline insertChild:atIndex:]
Added
-[PDFOutline removeFromParent]
Added
PDFOutline.label
Added
PDFOutline.isOpen
Added
PDFOutline.destination
Added
PDFOutline.action
PDFPage.h
Added
PDFDisplayBox
Added
kPDFDisplayBoxMediaBox
Added
kPDFDisplayBoxCropBox
Added
kPDFDisplayBoxBleedBox
Added
kPDFDisplayBoxTrimBox
Added
kPDFDisplayBoxArtBox
Added
PDFPage
Added
-[PDFPage init]
Added
-[PDFPage initWithImage:]
Added
PDFPage.document
Added
PDFPage.pageRef
Added
PDFPage.label
Added
-[PDFPage boundsForBox:]
Added
-[PDFPage setBounds:forBox:]
Added
PDFPage.rotation
Added
PDFPage.annotations
Added
PDFPage.displaysAnnotations
Added
-[PDFPage addAnnotation:]
Added
-[PDFPage removeAnnotation:]
Added
-[PDFPage annotationAtPoint:]
Added
-[PDFPage transformForBox:]
Added
-[PDFPage drawWithBox:toContext:]
Added
-[PDFPage transformContext:forBox:]
Added
-[PDFPage thumbnailOfSize:forBox:]
Added
PDFPage.numberOfCharacters
Added
PDFPage.string
Added
PDFPage.attributedString
Added
-[PDFPage characterBoundsAtIndex:]
Added
-[PDFPage characterIndexAtPoint:]
Added
-[PDFPage selectionForRect:]
Added
-[PDFPage selectionForWordAtPoint:]
Added
-[PDFPage selectionForLineAtPoint:]
Added
-[PDFPage selectionFromPoint:toPoint:]
Added
-[PDFPage selectionForRange:]
Added
PDFPage.dataRepresentation
PDFSelection.h
Added
PDFSelection
Added
-[PDFSelection initWithDocument:]
Added
PDFSelection.pages
Added
PDFSelection.color
Added
PDFSelection.string
Added
PDFSelection.attributedString
Added
-[PDFSelection boundsForPage:]
Added
-[PDFSelection numberOfTextRangesOnPage:]
Added
-[PDFSelection rangeAtIndex:onPage:]
Added
-[PDFSelection selectionsByLine]
Added
-[PDFSelection addSelection:]
Added
-[PDFSelection addSelections:]
Added
-[PDFSelection extendSelectionAtEnd:]
Added
-[PDFSelection extendSelectionAtStart:]
Added
-[PDFSelection extendSelectionForLineBoundaries]
Added
-[PDFSelection drawForPage:active:]
Added
-[PDFSelection drawForPage:withBox:active:]
PDFThumbnailView.h
Added
PDFThumbnailLayoutMode
Added
PDFThumbnailLayoutModeVertical
Added
PDFThumbnailLayoutModeHorizontal
Added
PDFThumbnailViewDocumentEditedNotification
Added
PDFThumbnailView
Added
PDFThumbnailView.PDFView
Added
PDFThumbnailView.backgroundColor
Added
PDFThumbnailView.selectedPages
Added
PDFThumbnailView.thumbnailSize
Added
PDFThumbnailView.layoutMode
Added
PDFThumbnailView.contentInset
PDFView.h
Added
PDFDisplayMode
Added
kPDFDisplaySinglePage
Added
kPDFDisplaySinglePageContinuous
Added
kPDFDisplayTwoUp
Added
kPDFDisplayTwoUpContinuous
Added
PDFDisplayDirection
Added
kPDFDisplayDirectionVertical
Added
kPDFDisplayDirectionHorizontal
Added
PDFAreaOfInterest
Added
kPDFNoArea
Added
kPDFPageArea
Added
kPDFTextArea
Added
kPDFAnnotationArea
Added
kPDFLinkArea
Added
kPDFControlArea
Added
kPDFTextFieldArea
Added
kPDFIconArea
Added
kPDFPopupArea
Added
kPDFImageArea
Added
PDFInterpolationQuality
Added
kPDFInterpolationQualityNone
Added
kPDFInterpolationQualityLow
Added
kPDFInterpolationQualityHigh
Added
PDFViewDocumentChangedNotification
Added
PDFViewChangedHistoryNotification
Added
PDFViewPageChangedNotification
Added
PDFViewScaleChangedNotification
Added
PDFViewAnnotationHitNotification
Added
PDFViewCopyPermissionNotification
Added
PDFViewPrintPermissionNotification
Added
PDFViewAnnotationWillHitNotification
Added
PDFViewSelectionChangedNotification
Added
PDFViewDisplayModeChangedNotification
Added
PDFViewDisplayBoxChangedNotification
Added
PDFViewVisiblePagesChangedNotification
Added
PDFView
Added
PDFView.document
Added
PDFView.canGoToFirstPage
Added
-[PDFView goToFirstPage:]
Added
PDFView.canGoToLastPage
Added
-[PDFView goToLastPage:]
Added
PDFView.canGoToNextPage
Added
-[PDFView goToNextPage:]
Added
PDFView.canGoToPreviousPage
Added
-[PDFView goToPreviousPage:]
Added
PDFView.canGoBack
Added
-[PDFView goBack:]
Added
PDFView.canGoForward
Added
-[PDFView goForward:]
Added
PDFView.currentPage
Added
-[PDFView goToPage:]
Added
PDFView.currentDestination
Added
-[PDFView goToDestination:]
Added
-[PDFView goToSelection:]
Added
-[PDFView goToRect:onPage:]
Added
PDFView.displayMode
Added
PDFView.displayDirection
Added
PDFView.displaysPageBreaks
Added
PDFView.pageBreakMargins
Added
PDFView.displayBox
Added
PDFView.displaysAsBook
Added
PDFView.displaysRTL
Added
PDFView.backgroundColor
Added
PDFView.interpolationQuality
Added
-[PDFView usePageViewController:withViewOptions:]
Added
PDFView.isUsingPageViewController
Added
PDFView.delegate
Added
PDFView.scaleFactor
Added
PDFView.minScaleFactor
Added
PDFView.maxScaleFactor
Added
PDFView.autoScales
Added
PDFView.scaleFactorForSizeToFit
Added
-[PDFView zoomIn:]
Added
PDFView.canZoomIn
Added
-[PDFView zoomOut:]
Added
PDFView.canZoomOut
Added
-[PDFView areaOfInterestForMouse:]
Added
-[PDFView areaOfInterestForPoint:]
Added
-[PDFView performAction:]
Added
PDFView.currentSelection
Added
-[PDFView setCurrentSelection:animate:]
Added
-[PDFView clearSelection]
Added
-[PDFView selectAll:]
Added
-[PDFView scrollSelectionToVisible:]
Added
PDFView.highlightedSelections
Added
-[PDFView drawPage:toContext:]
Added
-[PDFView drawPagePost:toContext:]
Added
-[PDFView copy:]
Added
-[PDFView pageForPoint:nearest:]
Added
-[PDFView convertPoint:toPage:]
Added
-[PDFView convertRect:toPage:]
Added
-[PDFView convertPoint:fromPage:]
Added
-[PDFView convertRect:fromPage:]
Added
PDFView.documentView
Added
-[PDFView layoutDocumentView]
Added
-[PDFView annotationsChangedOnPage:]
Added
-[PDFView rowSizeForPage:]
Added
PDFView.visiblePages
Added
PDFView.enableDataDetectors
Added
PDFViewDelegate
Added
-[PDFViewDelegate PDFViewWillClickOnLink:withURL:]
Added
-[PDFViewDelegate PDFViewPerformFind:]
Added
-[PDFViewDelegate PDFViewPerformGoToPage:]
Added
-[PDFViewDelegate PDFViewOpenPDF:forRemoteGoToAction:]