Some test text!

Search
Hamburger Icon
PDFNet/PDFNetOBJC.h
Removed -[PTRedaction setMp_imp:]
Removed -[PTRedaction getMp_imp]
Removed -[PTProxy setMp_impl:]
Removed -[PTProxy getMp_impl]
Removed -[PTWebPageSettings setMp_impl:]
Removed -[PTWebPageSettings getMp_impl]
Removed -[PTTOCSettings setMp_impl:]
Removed -[PTTOCSettings getMp_impl]
Removed -[PTTextExtractorStyle setMp_style:]
Removed -[PTTextExtractorStyle getMp_style]
Removed -[PTWord setMp_word:]
Removed -[PTWord getMp_word]
Removed -[PTTextExtractorLine setMp_line:]
Removed -[PTTextExtractorLine getMp_line]
Removed -[PTTextExtractorLine initWithImpl:]
Removed +[PTConvert ToEpub:out_path:html_options:]
Removed +[PTConvert ToTiff:out_path:options:]
Removed +[PTConvert ToXodWithMonitor:options:]
Removed -[PTCallback AnnotBitmapProc:buffer:width:height:stride:page_num:annot_index:annot_key:x_in_page:y_in_page:x_offset:y_offset:remaining_tiles:sequence_number:]
Removed +[PTCallback StaticAnnotBitmapProc:operation_type:buffer:width:height:stride:page_num:annot_index:annot_key:x_in_page:y_in_page:x_offset:y_offset:remaining_tiles:sequence_number:]
Added e_ptxps_op_off
Added e_ptxps_op_on
Added e_ptcps_op_pdfx_on
Added PTXPSOverprintPreviewMode
Added -[PTMappedFile isEqualTo:]
Added -[PTObj isEqualTo:]
Added -[PTColorPt isEqualTo:]
Added -[PTFileSpec isEqualTo:]
Added -[PTAnnot isEqualTo:]
Added PTDiffOptions
Added -[PTDiffOptions getCptr]
Added -[PTDiffOptions initWithCptr:]
Added -[PTDiffOptions setSwigCMemOwn:]
Added -[PTDiffOptions dealloc]
Added -[PTDiffOptions GetBlendMode]
Added -[PTDiffOptions SetBlendMode:]
Added -[PTDiffOptions GetColorA]
Added -[PTDiffOptions SetColorA:]
Added -[PTDiffOptions GetColorB]
Added -[PTDiffOptions SetColorB:]
Added -[PTDiffOptions init]
Added -[PTAction isEqualTo:]
Added -[PTBookmark isEqualTo:]
Added +[PTConvert ToEpub:out_path:]
Added +[PTConvert ToTiff:out_path:]
Added +[PTConvert ToXodWithMonitor:]
Added +[PTConvert ToXodWithMonitorAndOptions:options:]
Added -[PTXPSOutputCommonOptions GenerateURLLinks:]
Added -[PTXPSOutputCommonOptions SetOverprint:]
Added -[PTXPSOutputCommonOptions setM_obj:]
Added -[PTXPSOutputCommonOptions getM_obj]
Added -[PTXODOutputOptions UseSilverlightFlashCompatible:]
Added -[PTHTMLOutputOptions SetReportFile:]
Added -[PTSVGOutputOptions SetOverprint:]
Added -[PTCallback AnnotBitmapProc:buffer:width:height:stride:page_num:annot_index:annot_key:x_in_page:y_in_page:x_offset:y_offset:remaining_tiles:sequence_number:x_page_size:y_page_size:]
Added +[PTCallback StaticAnnotBitmapProc:operation_type:buffer:width:height:stride:page_num:annot_index:annot_key:x_in_page:y_in_page:x_offset:y_offset:remaining_tiles:sequence_number:x_page_size:y_page_size:]
Added -[PTOptimizerSettings RemoveCustomEntries:]
Added -[PTOptimizerSettings setM_remove_custom:]
Added -[PTOptimizerSettings getM_remove_custom]
Added -[PTPageLabel isEqualTo:]
Added -[PTPDFDoc AppendVisualDiff:p2:opts:]
Added +[PTPDFNet IsInitialized]
Added -[PTTextExtractorStyle isEqualTo:]
Added -[PTWord isEqualTo:]
Added -[PTTextExtractorLine isEqualTo:]
Added -[PTTextExtractorLine init]
Modified -[PTTiffOutputOptions SetBox:]
Declaration
From- (void)SetBox:(int)type
To- (void)SetBox:(PTBox)type

Modified -[PTTiffOutputOptions SetRotate:]
Declaration
From- (void)SetRotate:(int)rotation
To- (void)SetRotate:(PTRotate)rotation

Modified -[PTAppearance setRedactedContentColor:]
Declaration
From- (void)setRedactedContentColor:(SWIGTYPE_ColorPt *)value
To- (void)setRedactedContentColor:(PTColorPt *)value

Modified -[PTAppearance getRedactedContentColor]
Declaration
From- (SWIGTYPE_ColorPt *)getRedactedContentColor
To- (PTColorPt *)getRedactedContentColor

PDFNet/PDFViewCtrl.h
Added -[PTPDFViewCtrl OpenUrlAsync:]
Added -[PTPDFViewCtrl GetZoomLimitMode]
Added -[PTPDFViewCtrl GetZoomMinimumLimit]
Added -[PTPDFViewCtrl GetZoomMaximumLimit]
Added -[PTPDFViewCtrl GetThumbAsync:completion:]
Added PTPDFViewCtrlDidCloseDocNotification
Added -[PTPDFViewCtrlDelegate pdfViewCtrlDidCloseDoc:]
Added -[PTPDFViewCtrlToolDelegate pdfViewCtrlDidCloseDoc:]
Modified PTPDFViewCtrl.overlayView
Declaration
From@property (nonatomic, readonly, retain) UIView *overlayView
To@property (nonatomic, readonly, retain, nonnull) UIView *overlayView

Modified PTPDFViewCtrl.toolOverlayView
Declaration
From@property (nonatomic, readonly, retain) UIView *toolOverlayView
To@property (nonatomic, readonly, retain, nonnull) UIView *toolOverlayView

Modified PTPDFViewCtrl.delegate
Declaration
From@property (nonatomic, weak) id<PTPDFViewCtrlDelegate> delegate
To@property (nonatomic, weak, nullable) id<PTPDFViewCtrlDelegate> delegate

Modified PTPDFViewCtrl.toolDelegate
Declaration
From@property (nonatomic, weak) id<PTPDFViewCtrlToolDelegate> toolDelegate
To@property (nonatomic, weak, nullable) id<PTPDFViewCtrlToolDelegate> toolDelegate

Modified -[PTPDFViewCtrl SetDoc:]
Declaration
From- (void)SetDoc:(PTPDFDoc *)doc
To- (void)SetDoc:(nonnull PTPDFDoc *)doc

Modified -[PTPDFViewCtrl GetDoc]
Declaration
From- (PTPDFDoc *)GetDoc
To- (nullable PTPDFDoc *)GetDoc

Modified -[PTPDFViewCtrl OpenUrlAsync:WithPDFPassword:]
Declaration
From- (void)OpenUrlAsync:(NSString *)url WithPDFPassword:(NSString *)password
To- (void)OpenUrlAsync:(nonnull NSString *)url WithPDFPassword:(nullable NSString *)password

Modified -[PTPDFViewCtrl OpenUrlAsync:WithPDFPassword:WithCacheFile:]
Declaration
From- (void)OpenUrlAsync:(NSString *)url WithPDFPassword:(NSString *)password WithCacheFile:(NSString *)fullPath
To- (void)OpenUrlAsync:(nonnull NSString *)url WithPDFPassword:(nullable NSString *)password WithCacheFile:(nullable NSString *)fullPath

Modified -[PTPDFViewCtrl OpenUrlAsync:WithPDFPassword:WithCacheFile:WithOptions:]
Declaration
From- (void)OpenUrlAsync:(NSString *)url WithPDFPassword:(NSString *)password WithCacheFile:(NSString *)fullPath WithOptions:(PTHTTPRequestOptions *)options
To- (void)OpenUrlAsync:(nonnull NSString *)url WithPDFPassword:(nullable NSString *)password WithCacheFile:(nullable NSString *)fullPath WithOptions:(nullable PTHTTPRequestOptions *)options

Modified -[PTPDFViewCtrl GetVisiblePages]
Declaration
From- (NSMutableArray<NSNumber *> *)GetVisiblePages
To- (nonnull NSMutableArray<NSNumber *> *)GetVisiblePages

Modified -[PTPDFViewCtrl ShowRect:rect:]
Declaration
From- (BOOL)ShowRect:(int)page_num rect:(PTPDFRect *)rect
To- (BOOL)ShowRect:(int)page_num rect:(nonnull PTPDFRect *)rect

Modified -[PTPDFViewCtrl SetColorPostProcessColors:black_color:]
Declaration
From- (void)SetColorPostProcessColors:(UIColor *)white_color black_color:(UIColor *)black_color
To- (void)SetColorPostProcessColors:(nonnull UIColor *)white_color black_color:(nonnull UIColor *)black_color

Modified -[PTPDFViewCtrl SetOCGContext:]
Declaration
From- (void)SetOCGContext:(PTContext *)ctx
To- (void)SetOCGContext:(nonnull PTContext *)ctx

Modified -[PTPDFViewCtrl GetOCGContext]
Declaration
From- (PTContext *)GetOCGContext
To- (nullable PTContext *)GetOCGContext

Modified -[PTPDFViewCtrl FindText:MatchCase:MatchWholeWord:SearchUp:RegExp:]
Declaration
From- (BOOL)FindText:(NSString *)searchString MatchCase:(BOOL)matchCase MatchWholeWord:(BOOL)matchWholeWord SearchUp:(BOOL)searchUp RegExp:(BOOL)regExp
To- (BOOL)FindText:(nonnull NSString *)searchString MatchCase:(BOOL)matchCase MatchWholeWord:(BOOL)matchWholeWord SearchUp:(BOOL)searchUp RegExp:(BOOL)regExp

Modified -[PTPDFViewCtrl highlightSelection:withColor:]
Declaration
From- (void)highlightSelection:(PTSelection *)selection withColor:(UIColor *)color
To- (void)highlightSelection:(nonnull PTSelection *)selection withColor:(nonnull UIColor *)color

Modified -[PTPDFViewCtrl highlightSelections:withColor:]
Declaration
From- (void)highlightSelections:(NSArray<PTSelection *> *)selections withColor:(UIColor *)color
To- (void)highlightSelections:(nonnull NSArray<PTSelection *> *)selections withColor:(nonnull UIColor *)color

Modified -[PTPDFViewCtrl GetSelection:]
Declaration
From- (PTSelection *)GetSelection:(int)pagenum
To- (nullable PTSelection *)GetSelection:(int)pagenum

Modified -[PTPDFViewCtrl SelectWithHighlights:]
Declaration
From- (BOOL)SelectWithHighlights:(PTHighlights *)highlights
To- (BOOL)SelectWithHighlights:(nonnull PTHighlights *)highlights

Modified -[PTPDFViewCtrl SelectWithSelection:]
Declaration
From- (BOOL)SelectWithSelection:(PTSelection *)select
To- (BOOL)SelectWithSelection:(nonnull PTSelection *)select

Modified -[PTPDFViewCtrl GetScreenRectForAnnot:page_num:]
Declaration
From- (PTPDFRect *)GetScreenRectForAnnot:(PTAnnot *)annot page_num:(int)page_num
To- (nullable PTPDFRect *)GetScreenRectForAnnot:(nonnull PTAnnot *)annot page_num:(int)page_num

Modified -[PTPDFViewCtrl GetAnnotationAt:y:distanceThreshold:minimumLineWeight:]
Declaration
From- (PTAnnot *)GetAnnotationAt:(int)x y:(int)y distanceThreshold:(double)distanceThreshold minimumLineWeight:(double)minimumLineWeight
To- (nullable PTAnnot *)GetAnnotationAt:(int)x y:(int)y distanceThreshold:(double)distanceThreshold minimumLineWeight:(double)minimumLineWeight

Modified -[PTPDFViewCtrl GetLinkAt:y:]
Declaration
From- (PTLinkInfo *)GetLinkAt:(int)x y:(int)y
To- (nullable PTLinkInfo *)GetLinkAt:(int)x y:(int)y

Modified -[PTPDFViewCtrl handleTap:]
Declaration
From- (void)handleTap:(UITapGestureRecognizer *)gestureRecognizer
To- (void)handleTap:(nonnull UITapGestureRecognizer *)gestureRecognizer

Modified -[PTPDFViewCtrl handleLongPress:]
Declaration
From- (void)handleLongPress:(UILongPressGestureRecognizer *)gestureRecognizer
To- (void)handleLongPress:(nonnull UILongPressGestureRecognizer *)gestureRecognizer

Modified -[PTPDFViewCtrl ConvScreenPtToCanvasPt:]
Declaration
From- (PTPDFPoint *)ConvScreenPtToCanvasPt:(PTPDFPoint *)pt
To- (nonnull PTPDFPoint *)ConvScreenPtToCanvasPt:(nonnull PTPDFPoint *)pt

Modified -[PTPDFViewCtrl ConvCanvasPtToScreenPt:]
Declaration
From- (PTPDFPoint *)ConvCanvasPtToScreenPt:(PTPDFPoint *)pt
To- (nonnull PTPDFPoint *)ConvCanvasPtToScreenPt:(nonnull PTPDFPoint *)pt

Modified -[PTPDFViewCtrl ConvCanvasPtToPagePt:page_num:]
Declaration
From- (PTPDFPoint *)ConvCanvasPtToPagePt:(PTPDFPoint *)pt page_num:(int)page_num
To- (nonnull PTPDFPoint *)ConvCanvasPtToPagePt:(nonnull PTPDFPoint *)pt page_num:(int)page_num

Modified -[PTPDFViewCtrl ConvPagePtToCanvasPt:page_num:]
Declaration
From- (PTPDFPoint *)ConvPagePtToCanvasPt:(PTPDFPoint *)pt page_num:(int)page_num
To- (nonnull PTPDFPoint *)ConvPagePtToCanvasPt:(nonnull PTPDFPoint *)pt page_num:(int)page_num

Modified -[PTPDFViewCtrl ConvScreenPtToPagePt:page_num:]
Declaration
From- (PTPDFPoint *)ConvScreenPtToPagePt:(PTPDFPoint *)pt page_num:(int)page_num
To- (nonnull PTPDFPoint *)ConvScreenPtToPagePt:(nonnull PTPDFPoint *)pt page_num:(int)page_num

Modified -[PTPDFViewCtrl ConvPagePtToScreenPt:page_num:]
Declaration
From- (PTPDFPoint *)ConvPagePtToScreenPt:(PTPDFPoint *)pt page_num:(int)page_num
To- (nonnull PTPDFPoint *)ConvPagePtToScreenPt:(nonnull PTPDFPoint *)pt page_num:(int)page_num

Modified -[PTPDFViewCtrl PDFRectPage2CGRectScreen:PageNumber:]
Declaration
From- (CGRect)PDFRectPage2CGRectScreen:(PTPDFRect *)pdfRect PageNumber:(int)pageNumber
To- (CGRect)PDFRectPage2CGRectScreen:(nonnull PTPDFRect *)pdfRect PageNumber:(int)pageNumber

Modified -[PTPDFViewCtrl CGRectScreen2PDFRectPage:PageNumber:]
Declaration
From- (PTPDFRect *)CGRectScreen2PDFRectPage:(CGRect)cgRect PageNumber:(int)pageNumber
To- (nonnull PTPDFRect *)CGRectScreen2PDFRectPage:(CGRect)cgRect PageNumber:(int)pageNumber

Modified -[PTPDFViewCtrl GetDeviceTransform:]
Declaration
From- (PTMatrix2D *)GetDeviceTransform:(int)page_num
To- (nullable PTMatrix2D *)GetDeviceTransform:(int)page_num

Modified -[PTPDFViewCtrl UpdateWithAnnot:page_num:]
Declaration
From- (void)UpdateWithAnnot:(PTAnnot *)annot page_num:(int)page_num
To- (void)UpdateWithAnnot:(nonnull PTAnnot *)annot page_num:(int)page_num

Modified -[PTPDFViewCtrl UpdateWithRect:]
Declaration
From- (void)UpdateWithRect:(PTPDFRect *)update
To- (void)UpdateWithRect:(nonnull PTPDFRect *)update

Modified -[PTPDFViewCtrl UpdateWithField:]
Declaration
From- (void)UpdateWithField:(PTField *)field
To- (void)UpdateWithField:(nonnull PTField *)field

Modified -[PTPDFViewCtrl RefreshAndUpdate:]
Declaration
From- (void)RefreshAndUpdate:(PTViewChangeCollection *)view_change
To- (void)RefreshAndUpdate:(nonnull PTViewChangeCollection *)view_change

Modified +[PTPDFViewCtrl SetViewerCache:max_cache_size:on_disk:]
Declaration
From+ (void)SetViewerCache:(PTSDFDoc *)document max_cache_size:(unsigned long)max_cache_size on_disk:(BOOL)on_disk
To+ (void)SetViewerCache:(nonnull PTSDFDoc *)document max_cache_size:(unsigned long)max_cache_size on_disk:(BOOL)on_disk

Modified -[PTPDFViewCtrl keyboardWillShow:rectToNotOverlapWith:]
Declaration
From- (void)keyboardWillShow:(NSNotification *)notification rectToNotOverlapWith:(CGRect)rect
To- (void)keyboardWillShow:(nonnull NSNotification *)notification rectToNotOverlapWith:(CGRect)rect

Modified -[PTPDFViewCtrl keyboardWillShow:rectToNotOverlapWith:topEdge:]
Declaration
From- (void)keyboardWillShow:(NSNotification *)notification rectToNotOverlapWith:(CGRect)rect topEdge:(CGFloat)topEdge
To- (void)keyboardWillShow:(nonnull NSNotification *)notification rectToNotOverlapWith:(CGRect)rect topEdge:(CGFloat)topEdge

Modified -[PTPDFViewCtrl keyboardWillHide:]
Declaration
From- (void)keyboardWillHide:(NSNotification *)notification
To- (void)keyboardWillHide:(nonnull NSNotification *)notification

Modified -[PTPDFViewCtrl ExecuteAction:]
Declaration
From- (void)ExecuteAction:(PTAction *)action
To- (void)ExecuteAction:(nonnull PTAction *)action

Modified -[PTPDFViewCtrl ExecuteActionWithActionParameter:]
Declaration
From- (void)ExecuteActionWithActionParameter:(PTActionParameter *)action_param
To- (void)ExecuteActionWithActionParameter:(nonnull PTActionParameter *)action_param

Modified PTPDFViewCtrlPageDidChangeNotification
Declaration
Fromconst NSNotificationName PTPDFViewCtrlPageDidChangeNotification
Toconst NSNotificationName _Nonnull PTPDFViewCtrlPageDidChangeNotification

Modified PTPDFViewCtrlPreviousPageNumberUserInfoKey
Declaration
FromNSString *const PTPDFViewCtrlPreviousPageNumberUserInfoKey
ToNSString *const _Nonnull PTPDFViewCtrlPreviousPageNumberUserInfoKey

Modified PTPDFViewCtrlCurrentPageNumberUserInfoKey
Declaration
FromNSString *const PTPDFViewCtrlCurrentPageNumberUserInfoKey
ToNSString *const _Nonnull PTPDFViewCtrlCurrentPageNumberUserInfoKey

Modified -[PTPDFViewCtrlDelegate pdfViewCtrlOnRenderFinished:]
Declaration
From- (void)pdfViewCtrlOnRenderFinished:(PTPDFViewCtrl *)pdfViewCtrl
To- (void)pdfViewCtrlOnRenderFinished:(nonnull PTPDFViewCtrl *)pdfViewCtrl

Modified -[PTPDFViewCtrlDelegate pdfViewCtrlOnLayoutChanged:]
Declaration
From- (void)pdfViewCtrlOnLayoutChanged:(PTPDFViewCtrl *)pdfViewCtrl
To- (void)pdfViewCtrlOnLayoutChanged:(nonnull PTPDFViewCtrl *)pdfViewCtrl

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pageNumberChangedFrom:To:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pageNumberChangedFrom:(int)oldPageNumber To:(int)newPageNumber
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pageNumberChangedFrom:(int)oldPageNumber To:(int)newPageNumber

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:onSetDoc:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl onSetDoc:(PTPDFDoc *)doc
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl onSetDoc:(nonnull PTPDFDoc *)doc

Modified -[PTPDFViewCtrlDelegate pdfViewCtrlTextSearchStart:]
Declaration
From- (void)pdfViewCtrlTextSearchStart:(PTPDFViewCtrl *)pdfViewCtrl
To- (void)pdfViewCtrlTextSearchStart:(nonnull PTPDFViewCtrl *)pdfViewCtrl

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:textSearchResult:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl textSearchResult:(PTSelection *)selection
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl textSearchResult:(nonnull PTSelection *)selection

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:downloadEventType:pageNumber:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl downloadEventType:(PTDownloadedType)type pageNumber:(int)pageNum
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl downloadEventType:(PTDownloadedType)type pageNumber:(int)pageNum

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:downloadError:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl downloadError:(NSException *)exception
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl downloadError:(nonnull NSException *)exception

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:gotThumbAsync:thumbImage:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl gotThumbAsync:(int)page_num thumbImage:(UIImage *)image
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl gotThumbAsync:(int)page_num thumbImage:(nullable UIImage *)image

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewDidScroll:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScroll:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScroll:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewWillBeginDragging:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDragging:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDragging:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewDidEndDragging:willDecelerate:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDragging:(nonnull UIScrollView *)scrollView willDecelerate:(BOOL)decelerate

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewShouldScrollToTop:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewShouldScrollToTop:(UIScrollView *)scrollView
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewShouldScrollToTop:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewDidScrollToTop:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScrollToTop:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScrollToTop:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewWillBeginDecelerating:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDecelerating:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDecelerating:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewDidEndDecelerating:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDecelerating:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDecelerating:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewWillBeginZooming:withView:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginZooming:(UIScrollView *)scrollView withView:(UIView *)view
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginZooming:(nonnull UIScrollView *)scrollView withView:(nullable UIView *)view

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewDidEndZooming:withView:atScale:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndZooming:(UIScrollView *)scrollView withView:(UIView *)view atScale:(float)scale
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndZooming:(nonnull UIScrollView *)scrollView withView:(nullable UIView *)view atScale:(float)scale

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewDidZoom:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidZoom:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidZoom:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewDidEndScrollingAnimation:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndScrollingAnimation:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewTap:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewTap:(UITapGestureRecognizer *)gestureRecognizer
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewTap:(nonnull UITapGestureRecognizer *)gestureRecognizer

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewDoubleTap:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDoubleTap:(UITapGestureRecognizer *)gestureRecognizer
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDoubleTap:(nonnull UITapGestureRecognizer *)gestureRecognizer

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:pdfScrollViewLongPress:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewLongPress:(UILongPressGestureRecognizer *)gestureRecognizer
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewLongPress:(nonnull UILongPressGestureRecognizer *)gestureRecognizer

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewDidScroll:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScroll:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScroll:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewWillBeginDragging:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDragging:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDragging:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewDidEndDragging:willDecelerate:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDragging:(nonnull UIScrollView *)scrollView willDecelerate:(BOOL)decelerate

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewShouldScrollToTop:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewShouldScrollToTop:(UIScrollView *)scrollView
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewShouldScrollToTop:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewDidScrollToTop:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScrollToTop:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScrollToTop:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewWillBeginDecelerating:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDecelerating:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDecelerating:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewDidEndDecelerating:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDecelerating:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDecelerating:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewWillBeginZooming:withView:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginZooming:(UIScrollView *)scrollView withView:(UIView *)view
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginZooming:(nonnull UIScrollView *)scrollView withView:(nullable UIView *)view

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewDidEndZooming:withView:atScale:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndZooming:(UIScrollView *)scrollView withView:(UIView *)view atScale:(float)scale
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndZooming:(nonnull UIScrollView *)scrollView withView:(nullable UIView *)view atScale:(CGFloat)scale

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewDidZoom:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidZoom:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidZoom:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:outerScrollViewDidEndScrollingAnimation:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndScrollingAnimation:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlDelegate pdfViewCtrl:javascriptCallback:json:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl javascriptCallback:(const char *)event_type json:(const char *)json
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl javascriptCallback:(nullable const char *)event_type json:(nullable const char *)json

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:onTouchesBegan:withEvent:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl onTouchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl onTouchesBegan:(nonnull NSSet<UITouch *> *)touches withEvent:(nullable UIEvent *)event

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:onTouchesMoved:withEvent:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl onTouchesMoved:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl onTouchesMoved:(nonnull NSSet<UITouch *> *)touches withEvent:(nullable UIEvent *)event

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:onTouchesEnded:withEvent:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl onTouchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl onTouchesEnded:(nonnull NSSet<UITouch *> *)touches withEvent:(nullable UIEvent *)event

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:onTouchesCancelled:withEvent:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl onTouchesCancelled:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl onTouchesCancelled:(nonnull NSSet<UITouch *> *)touches withEvent:(nullable UIEvent *)event

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:handleLongPress:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl handleLongPress:(UILongPressGestureRecognizer *)gestureRecognizer
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl handleLongPress:(nonnull UILongPressGestureRecognizer *)gestureRecognizer

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:handleTap:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl handleTap:(UITapGestureRecognizer *)gestureRecognizer
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl handleTap:(nonnull UITapGestureRecognizer *)gestureRecognizer

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:handleDoubleTap:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl handleDoubleTap:(UITapGestureRecognizer *)gestureRecognizer
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl handleDoubleTap:(nonnull UITapGestureRecognizer *)gestureRecognizer

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:touchesShouldCancelInContentView:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl touchesShouldCancelInContentView:(UIView *)view
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl touchesShouldCancelInContentView:(nonnull UIView *)view

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:touchesShouldBegin:withEvent:inContentView:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl touchesShouldBegin:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event inContentView:(UIView *)view
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl touchesShouldBegin:(nonnull NSSet<UITouch *> *)touches withEvent:(nullable UIEvent *)event inContentView:(nonnull UIView *)view

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewDidScroll:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScroll:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScroll:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewWillBeginDragging:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDragging:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDragging:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewDidEndDragging:willDecelerate:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDragging:(nonnull UIScrollView *)scrollView willDecelerate:(BOOL)decelerate

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewShouldScrollToTop:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewShouldScrollToTop:(UIScrollView *)scrollView
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewShouldScrollToTop:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewDidScrollToTop:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScrollToTop:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScrollToTop:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewWillBeginDecelerating:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDecelerating:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDecelerating:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewDidEndDecelerating:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDecelerating:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDecelerating:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewWillBeginZooming:withView:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginZooming:(UIScrollView *)scrollView withView:(UIView *)view
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginZooming:(nonnull UIScrollView *)scrollView withView:(nullable UIView *)view

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewDidEndZooming:withView:atScale:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndZooming:(UIScrollView *)scrollView withView:(UIView *)view atScale:(float)scale
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndZooming:(nonnull UIScrollView *)scrollView withView:(nullable UIView *)view atScale:(float)scale

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewDidZoom:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidZoom:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidZoom:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pdfScrollViewDidEndScrollingAnimation:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndScrollingAnimation:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewDidScroll:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScroll:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScroll:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewWillBeginDragging:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDragging:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDragging:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewDidEndDragging:willDecelerate:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDragging:(nonnull UIScrollView *)scrollView willDecelerate:(BOOL)decelerate

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewShouldScrollToTop:]
Declaration
From- (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewShouldScrollToTop:(UIScrollView *)scrollView
To- (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewShouldScrollToTop:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewDidScrollToTop:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScrollToTop:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScrollToTop:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewWillBeginDecelerating:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDecelerating:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDecelerating:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewDidEndDecelerating:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDecelerating:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDecelerating:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewWillBeginZooming:withView:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginZooming:(UIScrollView *)scrollView withView:(UIView *)view
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginZooming:(nonnull UIScrollView *)scrollView withView:(nullable UIView *)view

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewDidEndZooming:withView:atScale:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndZooming:(UIScrollView *)scrollView withView:(UIView *)view atScale:(float)scale
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndZooming:(nonnull UIScrollView *)scrollView withView:(nullable UIView *)view atScale:(float)scale

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewDidZoom:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidZoom:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidZoom:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:outerScrollViewDidEndScrollingAnimation:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndScrollingAnimation:(nonnull UIScrollView *)scrollView

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrlOnLayoutChanged:]
Declaration
From- (void)pdfViewCtrlOnLayoutChanged:(PTPDFViewCtrl *)pdfViewCtrl
To- (void)pdfViewCtrlOnLayoutChanged:(nonnull PTPDFViewCtrl *)pdfViewCtrl

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:pageNumberChangedFrom:To:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pageNumberChangedFrom:(int)oldPageNumber To:(int)newPageNumber
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pageNumberChangedFrom:(int)oldPageNumber To:(int)newPageNumber

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrlOnSetDoc:]
Declaration
From- (void)pdfViewCtrlOnSetDoc:(PTPDFViewCtrl *)pdfViewCtrl
To- (void)pdfViewCtrlOnSetDoc:(nonnull PTPDFViewCtrl *)pdfViewCtrl

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrlOnRenderFinished:]
Declaration
From- (void)pdfViewCtrlOnRenderFinished:(PTPDFViewCtrl *)pdfViewCtrl
To- (void)pdfViewCtrlOnRenderFinished:(nonnull PTPDFViewCtrl *)pdfViewCtrl

Modified -[PTPDFViewCtrlToolDelegate pdfViewCtrl:javascriptCallback:json:]
Declaration
From- (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl javascriptCallback:(const char *)event_type json:(const char *)json
To- (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl javascriptCallback:(nullable const char *)event_type json:(nullable const char *)json

Tools/PTAnalyticsHandlerAdapter.h
Modified PTAnalyticsHandlerAdapter
AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedDeprecated in Apryse for iOS 6.9.5. Use PTAnalyticsManager instead

Modified +[PTAnalyticsHandlerAdapter getInstance]
Declaration
From+ (nonnull id)getInstance
To+ (nonnull instancetype)getInstance

Tools/PTAnalyticsManager.h
Added PTAnalyticsHandler
Added -[PTAnalyticsHandler logException:withExtraData:]
Added -[PTAnalyticsHandler sendCustomEventWithTag:]
Added PTAnalyticsManager
Added PTAnalyticsManager.defaultManager
Added PTAnalyticsManager.handlers
Added -[PTAnalyticsManager addHandler:]
Added -[PTAnalyticsManager removeHandler:]
Added PTLogException()
Tools/PTBookmarkViewController.h
Added PTBookmarkViewController.bookmarksEditableOnCreation
Tools/PTDocumentOpening.h
Removed PTDocumentOpening
Removed -[PTDocumentOpening openDocumentWithURL:error:]
Removed -[PTDocumentOpening openDocumentWithURL:password:error:]
Tools/PTDocumentViewController.h
Removed -[PTDocumentViewControllerDelegate documentViewController:willShowToolbar:]
Removed -[PTDocumentViewControllerDelegate documentViewController:didShowToolbar:]
Removed -[PTDocumentViewControllerDelegate documentViewController:willHideToolbar:]
Removed -[PTDocumentViewControllerDelegate documentViewController:didHideToolbar:]
Removed -[PTDocumentViewControllerDelegate documentViewControllerDidHideNavigationBar:]
Removed -[PTDocumentViewControllerDelegate documentViewControllerDidShowNavigationBar:]
Removed -[PTDocumentViewController setDocument:error:]
Removed -[PTDocumentViewController setCoordinatedDocument:completionHandler:]
Removed -[PTDocumentViewController closeDocument]
Added -[PTDocumentViewControllerDelegate documentViewControllerDidOpenDocument:]
Added -[PTDocumentViewControllerDelegate documentViewController:didFailToOpenDocumentWithError:]
Added -[PTDocumentViewControllerDelegate documentViewController:destinationURLForDocumentAtURL:]
Added -[PTDocumentViewController openDocumentWithURL:]
Added -[PTDocumentViewController openDocumentWithURL:password:]
Added -[PTDocumentViewController openDocumentWithPDFDoc:]
Added -[PTDocumentViewController closeDocumentWithCompletionHandler:]
Modified PTDocumentViewController
Protocols
FromPTDocumentOpening, PTOverridable, PTPDFViewCtrlDelegate, PTToolManagerDelegate, UIPopoverPresentationControllerDelegate
ToPTAnnotationToolbarDelegate, PTAnnotationViewControllerDelegate, PTBookmarkViewControllerDelegate, PTCoordinatedDocumentDelegate, PTOutlineViewControllerDelegate, PTOverridable, PTPDFViewCtrlDelegate, PTReflowViewControllerDelegate, PTSettingsViewControllerDelegate, PTTextSearchViewControllerDelegate, PTThumbnailSliderViewDelegate, PTToolManagerDelegate

Tools/PTNoteEditController.h
Added PTNoteEditController.readonly
Tools/PTSelectionRectContainerView.h
Modified -[PTSelectionRectContainerView setAnnot:]
Declaration
From- (void)setAnnot:(nonnull PTAnnot *)annot
To- (void)setAnnot:(nullable PTAnnot *)annot

Tools/PTSelectionRectView.h
Modified PTSelectionRectView.annot
Declaration
From@property (nonatomic, strong, nonnull) PTAnnot *annot
To@property (nonatomic, strong, nullable) PTAnnot *annot

Tools/PTTabbedDocumentViewController.h
Removed -[PTTabbedDocumentViewController addTabWithCoordinatedDocument:selected:completionHandler:]
Removed -[PTTabbedDocumentViewController insertTabWithCoordinatedDocument:atIndex:selected:completionHandler:]
Removed -[PTTabbedDocumentViewController removeTabWithCoordinatedDocument:]
Removed -[PTTabbedDocumentViewController addTabWithURL:selected:error:]
Removed -[PTTabbedDocumentViewController insertTabWithURL:atIndex:selected:error:]
Added -[PTTabbedDocumentViewController init]
Added -[PTTabbedDocumentViewController openDocumentWithURL:]
Added -[PTTabbedDocumentViewController openDocumentWithURL:password:]
Added -[PTTabbedDocumentViewController addTabWithURL:selected:]
Added -[PTTabbedDocumentViewController insertTabWithURL:atIndex:selected:]
Modified PTTabbedDocumentViewController
Protocols
FromPTDocumentOpening
Tonone

Tools/PTToolManager.h
Added -[PTToolOptionsDelegate tool:hasEditPermissionForAnnot:]
Added PTToolManager.annotationAuthor
Added -[PTToolManager hasEditPermissionForAnnot:]
Added PTToolManager.annotationPermissionCheckEnabled
Modified -[PTToolEvents tool:annotationAdded:onPageNumber:]
Declaration
From- (void)tool:(nonnull UIView<PTToolSwitching> *)tool annotationAdded:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber
To- (void)tool:(nonnull PTTool *)tool annotationAdded:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber

Modified -[PTToolEvents tool:annotationModified:onPageNumber:]
Declaration
From- (void)tool:(nonnull UIView<PTToolSwitching> *)tool annotationModified:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber
To- (void)tool:(nonnull PTTool *)tool annotationModified:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber

Modified -[PTToolEvents tool:annotationRemoved:onPageNumber:]
Declaration
From- (void)tool:(nonnull UIView<PTToolSwitching> *)tool annotationRemoved:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber
To- (void)tool:(nonnull PTTool *)tool annotationRemoved:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber

Modified -[PTToolEvents tool:formFieldDataModified:onPageNumber:]
Declaration
From- (void)tool:(nonnull UIView<PTToolSwitching> *)tool formFieldDataModified:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber
To- (void)tool:(nonnull PTTool *)tool formFieldDataModified:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber

Modified -[PTToolEvents tool:shouldHandleLinkAnnotation:orLinkInfo:onPageNumber:]
Declaration
From- (BOOL)tool:(nonnull UIView<PTToolSwitching> *)tool shouldHandleLinkAnnotation:(nullable PTAnnot *)annotation orLinkInfo:(nullable PTLinkInfo *)linkInfo onPageNumber:(unsigned long)pageNumber
To- (BOOL)tool:(nonnull PTTool *)tool shouldHandleLinkAnnotation:(nullable PTAnnot *)annotation orLinkInfo:(nullable PTLinkInfo *)linkInfo onPageNumber:(unsigned long)pageNumber

Modified -[PTToolEvents tool:shouldSelectAnnotation:onPageNumber:]
Declaration
From- (BOOL)tool:(nonnull UIView<PTToolSwitching> *)tool shouldSelectAnnotation:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber
To- (BOOL)tool:(nonnull PTTool *)tool shouldSelectAnnotation:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber

Modified -[PTToolEvents tool:didSelectAnnotation:onPageNumber:]
Declaration
From- (void)tool:(nonnull UIView<PTToolSwitching> *)tool didSelectAnnotation:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber
To- (void)tool:(nonnull PTTool *)tool didSelectAnnotation:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber

Modified -[PTToolEvents tool:shouldShowMenu:forAnnotation:onPageNumber:]
Declaration
From- (BOOL)tool:(nonnull UIView<PTToolSwitching> *)tool shouldShowMenu:(nonnull UIMenuController *)menuController forAnnotation:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber
To- (BOOL)tool:(nonnull PTTool *)tool shouldShowMenu:(nonnull UIMenuController *)menuController forAnnotation:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber

Modified -[PTToolOptionsDelegate tool:canCreateExtendedAnnotType:]
Declaration
From- (BOOL)tool:(nonnull UIView<PTToolSwitching> *)tool canCreateExtendedAnnotType:(PTExtendedAnnotType)annotType
To- (BOOL)tool:(nonnull PTTool *)tool canCreateExtendedAnnotType:(PTExtendedAnnotType)annotType

Modified -[PTToolOptionsDelegate tool:canEditAnnotation:]
Declaration
From- (BOOL)tool:(nonnull UIView<PTToolSwitching> *)tool canEditAnnotation:(nonnull PTAnnot *)annotation
To- (BOOL)tool:(nonnull PTTool *)tool canEditAnnotation:(nonnull PTAnnot *)annotation

Modified -[PTToolOptionsDelegate tool:canEditExtendedAnnotType:]
Declaration
From- (BOOL)tool:(nonnull UIView<PTToolSwitching> *)tool canEditExtendedAnnotType:(PTExtendedAnnotType)annotType
To- (BOOL)tool:(nonnull PTTool *)tool canEditExtendedAnnotType:(PTExtendedAnnotType)annotType

Modified -[PTToolOptionsDelegate isTextSelectionEnabledForTool:]
Declaration
From- (BOOL)isTextSelectionEnabledForTool:(nonnull UIView<PTToolSwitching> *)tool
To- (BOOL)isTextSelectionEnabledForTool:(nonnull PTTool *)tool

Modified -[PTToolOptionsDelegate isFormFillingEnabledForTool:]
Declaration
From- (BOOL)isFormFillingEnabledForTool:(nonnull UIView<PTToolSwitching> *)tool
To- (BOOL)isFormFillingEnabledForTool:(nonnull PTTool *)tool

Modified -[PTToolOptionsDelegate isLinkFollowingEnabledForTool:]
Declaration
From- (BOOL)isLinkFollowingEnabledForTool:(nonnull UIView<PTToolSwitching> *)tool
To- (BOOL)isLinkFollowingEnabledForTool:(nonnull PTTool *)tool

Modified -[PTToolOptionsDelegate isEraserEnabledForTool:]
Declaration
From- (BOOL)isEraserEnabledForTool:(nonnull UIView<PTToolSwitching> *)tool
To- (BOOL)isEraserEnabledForTool:(nonnull PTTool *)tool

Modified PTToolManager.tool
Declaration
From@property (nonatomic, strong, nullable) UIView<PTToolSwitching> *tool
To@property (nonatomic, strong, nullable) PTTool *tool

Modified -[PTToolManager changeTool:]
Declaration
From- (nonnull UIView<PTToolSwitching> *)changeTool:(nonnull Class)toolType
To- (nonnull PTTool *)changeTool:(nonnull Class)toolType

Modified -[PTToolManagerDelegate toolManager:shouldSwitchToTool:]
Declaration
From- (BOOL)toolManager:(nonnull PTToolManager *)toolManager shouldSwitchToTool:(nonnull UIView<PTToolSwitching> *)tool
To- (BOOL)toolManager:(nonnull PTToolManager *)toolManager shouldSwitchToTool:(nonnull PTTool *)tool

Tools/PTToolsUtil.h
Removed #def PTLocalizedString
Removed #def PTLocalizedStringFromTable
Removed #def PTLocalizedStringFromTableInBundle
Removed #def PTLocalizedStringWithDefaultValue
Added PTLocalizedString()
Added PTLocalizedStringFromTable()