Some test text!
Declaration | |
---|---|
From | - (void)SetBox:(int)type |
To | - (void)SetBox:(PTBox)type |
Declaration | |
---|---|
From | - (void)SetRotate:(int)rotation |
To | - (void)SetRotate:(PTRotate)rotation |
Declaration | |
---|---|
From | - (void)setRedactedContentColor:(SWIGTYPE_ColorPt *)value |
To | - (void)setRedactedContentColor:(PTColorPt *)value |
Declaration | |
---|---|
From | - (SWIGTYPE_ColorPt *)getRedactedContentColor |
To | - (PTColorPt *)getRedactedContentColor |
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain) UIView *overlayView |
To | @property (nonatomic, readonly, retain, nonnull) UIView *overlayView |
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain) UIView *toolOverlayView |
To | @property (nonatomic, readonly, retain, nonnull) UIView *toolOverlayView |
Declaration | |
---|---|
From | @property (nonatomic, weak) id<PTPDFViewCtrlDelegate> delegate |
To | @property (nonatomic, weak, nullable) id<PTPDFViewCtrlDelegate> delegate |
Declaration | |
---|---|
From | @property (nonatomic, weak) id<PTPDFViewCtrlToolDelegate> toolDelegate |
To | @property (nonatomic, weak, nullable) id<PTPDFViewCtrlToolDelegate> toolDelegate |
Declaration | |
---|---|
From | - (void)SetDoc:(PTPDFDoc *)doc |
To | - (void)SetDoc:(nonnull PTPDFDoc *)doc |
Declaration | |
---|---|
From | - (PTPDFDoc *)GetDoc |
To | - (nullable PTPDFDoc *)GetDoc |
Declaration | |
---|---|
From | - (void)OpenUrlAsync:(NSString *)url WithPDFPassword:(NSString *)password |
To | - (void)OpenUrlAsync:(nonnull NSString *)url WithPDFPassword:(nullable NSString *)password |
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 |
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 |
Declaration | |
---|---|
From | - (NSMutableArray<NSNumber *> *)GetVisiblePages |
To | - (nonnull NSMutableArray<NSNumber *> *)GetVisiblePages |
Declaration | |
---|---|
From | - (BOOL)ShowRect:(int)page_num rect:(PTPDFRect *)rect |
To | - (BOOL)ShowRect:(int)page_num rect:(nonnull PTPDFRect *)rect |
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 |
Declaration | |
---|---|
From | - (void)SetOCGContext:(PTContext *)ctx |
To | - (void)SetOCGContext:(nonnull PTContext *)ctx |
Declaration | |
---|---|
From | - (PTContext *)GetOCGContext |
To | - (nullable PTContext *)GetOCGContext |
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 |
Declaration | |
---|---|
From | - (void)highlightSelection:(PTSelection *)selection withColor:(UIColor *)color |
To | - (void)highlightSelection:(nonnull PTSelection *)selection withColor:(nonnull UIColor *)color |
Declaration | |
---|---|
From | - (void)highlightSelections:(NSArray<PTSelection *> *)selections withColor:(UIColor *)color |
To | - (void)highlightSelections:(nonnull NSArray<PTSelection *> *)selections withColor:(nonnull UIColor *)color |
Declaration | |
---|---|
From | - (PTSelection *)GetSelection:(int)pagenum |
To | - (nullable PTSelection *)GetSelection:(int)pagenum |
Declaration | |
---|---|
From | - (BOOL)SelectWithHighlights:(PTHighlights *)highlights |
To | - (BOOL)SelectWithHighlights:(nonnull PTHighlights *)highlights |
Declaration | |
---|---|
From | - (BOOL)SelectWithSelection:(PTSelection *)select |
To | - (BOOL)SelectWithSelection:(nonnull PTSelection *)select |
Declaration | |
---|---|
From | - (PTPDFRect *)GetScreenRectForAnnot:(PTAnnot *)annot page_num:(int)page_num |
To | - (nullable PTPDFRect *)GetScreenRectForAnnot:(nonnull PTAnnot *)annot page_num:(int)page_num |
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 |
Declaration | |
---|---|
From | - (PTLinkInfo *)GetLinkAt:(int)x y:(int)y |
To | - (nullable PTLinkInfo *)GetLinkAt:(int)x y:(int)y |
Declaration | |
---|---|
From | - (void)handleTap:(UITapGestureRecognizer *)gestureRecognizer |
To | - (void)handleTap:(nonnull UITapGestureRecognizer *)gestureRecognizer |
Declaration | |
---|---|
From | - (void)handleLongPress:(UILongPressGestureRecognizer *)gestureRecognizer |
To | - (void)handleLongPress:(nonnull UILongPressGestureRecognizer *)gestureRecognizer |
Declaration | |
---|---|
From | - (PTPDFPoint *)ConvScreenPtToCanvasPt:(PTPDFPoint *)pt |
To | - (nonnull PTPDFPoint *)ConvScreenPtToCanvasPt:(nonnull PTPDFPoint *)pt |
Declaration | |
---|---|
From | - (PTPDFPoint *)ConvCanvasPtToScreenPt:(PTPDFPoint *)pt |
To | - (nonnull PTPDFPoint *)ConvCanvasPtToScreenPt:(nonnull PTPDFPoint *)pt |
Declaration | |
---|---|
From | - (PTPDFPoint *)ConvCanvasPtToPagePt:(PTPDFPoint *)pt page_num:(int)page_num |
To | - (nonnull PTPDFPoint *)ConvCanvasPtToPagePt:(nonnull PTPDFPoint *)pt page_num:(int)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 |
Declaration | |
---|---|
From | - (PTPDFPoint *)ConvScreenPtToPagePt:(PTPDFPoint *)pt page_num:(int)page_num |
To | - (nonnull PTPDFPoint *)ConvScreenPtToPagePt:(nonnull PTPDFPoint *)pt page_num:(int)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 |
Declaration | |
---|---|
From | - (CGRect)PDFRectPage2CGRectScreen:(PTPDFRect *)pdfRect PageNumber:(int)pageNumber |
To | - (CGRect)PDFRectPage2CGRectScreen:(nonnull PTPDFRect *)pdfRect PageNumber:(int)pageNumber |
Declaration | |
---|---|
From | - (PTPDFRect *)CGRectScreen2PDFRectPage:(CGRect)cgRect PageNumber:(int)pageNumber |
To | - (nonnull PTPDFRect *)CGRectScreen2PDFRectPage:(CGRect)cgRect PageNumber:(int)pageNumber |
Declaration | |
---|---|
From | - (PTMatrix2D *)GetDeviceTransform:(int)page_num |
To | - (nullable PTMatrix2D *)GetDeviceTransform:(int)page_num |
Declaration | |
---|---|
From | - (void)UpdateWithAnnot:(PTAnnot *)annot page_num:(int)page_num |
To | - (void)UpdateWithAnnot:(nonnull PTAnnot *)annot page_num:(int)page_num |
Declaration | |
---|---|
From | - (void)UpdateWithRect:(PTPDFRect *)update |
To | - (void)UpdateWithRect:(nonnull PTPDFRect *)update |
Declaration | |
---|---|
From | - (void)UpdateWithField:(PTField *)field |
To | - (void)UpdateWithField:(nonnull PTField *)field |
Declaration | |
---|---|
From | - (void)RefreshAndUpdate:(PTViewChangeCollection *)view_change |
To | - (void)RefreshAndUpdate:(nonnull PTViewChangeCollection *)view_change |
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 |
Declaration | |
---|---|
From | - (void)keyboardWillShow:(NSNotification *)notification rectToNotOverlapWith:(CGRect)rect |
To | - (void)keyboardWillShow:(nonnull NSNotification *)notification rectToNotOverlapWith:(CGRect)rect |
Declaration | |
---|---|
From | - (void)keyboardWillShow:(NSNotification *)notification rectToNotOverlapWith:(CGRect)rect topEdge:(CGFloat)topEdge |
To | - (void)keyboardWillShow:(nonnull NSNotification *)notification rectToNotOverlapWith:(CGRect)rect topEdge:(CGFloat)topEdge |
Declaration | |
---|---|
From | - (void)keyboardWillHide:(NSNotification *)notification |
To | - (void)keyboardWillHide:(nonnull NSNotification *)notification |
Declaration | |
---|---|
From | - (void)ExecuteAction:(PTAction *)action |
To | - (void)ExecuteAction:(nonnull PTAction *)action |
Declaration | |
---|---|
From | - (void)ExecuteActionWithActionParameter:(PTActionParameter *)action_param |
To | - (void)ExecuteActionWithActionParameter:(nonnull PTActionParameter *)action_param |
Declaration | |
---|---|
From | const NSNotificationName PTPDFViewCtrlPageDidChangeNotification |
To | const NSNotificationName _Nonnull PTPDFViewCtrlPageDidChangeNotification |
Declaration | |
---|---|
From | NSString *const PTPDFViewCtrlPreviousPageNumberUserInfoKey |
To | NSString *const _Nonnull PTPDFViewCtrlPreviousPageNumberUserInfoKey |
Declaration | |
---|---|
From | NSString *const PTPDFViewCtrlCurrentPageNumberUserInfoKey |
To | NSString *const _Nonnull PTPDFViewCtrlCurrentPageNumberUserInfoKey |
Declaration | |
---|---|
From | - (void)pdfViewCtrlOnRenderFinished:(PTPDFViewCtrl *)pdfViewCtrl |
To | - (void)pdfViewCtrlOnRenderFinished:(nonnull PTPDFViewCtrl *)pdfViewCtrl |
Declaration | |
---|---|
From | - (void)pdfViewCtrlOnLayoutChanged:(PTPDFViewCtrl *)pdfViewCtrl |
To | - (void)pdfViewCtrlOnLayoutChanged:(nonnull PTPDFViewCtrl *)pdfViewCtrl |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pageNumberChangedFrom:(int)oldPageNumber To:(int)newPageNumber |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pageNumberChangedFrom:(int)oldPageNumber To:(int)newPageNumber |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl onSetDoc:(PTPDFDoc *)doc |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl onSetDoc:(nonnull PTPDFDoc *)doc |
Declaration | |
---|---|
From | - (void)pdfViewCtrlTextSearchStart:(PTPDFViewCtrl *)pdfViewCtrl |
To | - (void)pdfViewCtrlTextSearchStart:(nonnull PTPDFViewCtrl *)pdfViewCtrl |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl textSearchResult:(PTSelection *)selection |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl textSearchResult:(nonnull PTSelection *)selection |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl downloadEventType:(PTDownloadedType)type pageNumber:(int)pageNum |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl downloadEventType:(PTDownloadedType)type pageNumber:(int)pageNum |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl downloadError:(NSException *)exception |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl downloadError:(nonnull NSException *)exception |
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 |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScroll:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScroll:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDragging:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDragging:(nonnull UIScrollView *)scrollView |
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 |
Declaration | |
---|---|
From | - (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewShouldScrollToTop:(UIScrollView *)scrollView |
To | - (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewShouldScrollToTop:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScrollToTop:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScrollToTop:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDecelerating:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDecelerating:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDecelerating:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDecelerating:(nonnull UIScrollView *)scrollView |
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 |
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 |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidZoom:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidZoom:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndScrollingAnimation:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewTap:(UITapGestureRecognizer *)gestureRecognizer |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewTap:(nonnull UITapGestureRecognizer *)gestureRecognizer |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDoubleTap:(UITapGestureRecognizer *)gestureRecognizer |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDoubleTap:(nonnull UITapGestureRecognizer *)gestureRecognizer |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewLongPress:(UILongPressGestureRecognizer *)gestureRecognizer |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewLongPress:(nonnull UILongPressGestureRecognizer *)gestureRecognizer |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScroll:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScroll:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDragging:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDragging:(nonnull UIScrollView *)scrollView |
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 |
Declaration | |
---|---|
From | - (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewShouldScrollToTop:(UIScrollView *)scrollView |
To | - (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewShouldScrollToTop:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScrollToTop:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScrollToTop:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDecelerating:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDecelerating:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDecelerating:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDecelerating:(nonnull UIScrollView *)scrollView |
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 |
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 |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidZoom:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidZoom:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndScrollingAnimation:(nonnull UIScrollView *)scrollView |
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 |
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 |
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 |
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 |
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 |
Declaration | |
---|---|
From | - (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl handleLongPress:(UILongPressGestureRecognizer *)gestureRecognizer |
To | - (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl handleLongPress:(nonnull UILongPressGestureRecognizer *)gestureRecognizer |
Declaration | |
---|---|
From | - (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl handleTap:(UITapGestureRecognizer *)gestureRecognizer |
To | - (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl handleTap:(nonnull UITapGestureRecognizer *)gestureRecognizer |
Declaration | |
---|---|
From | - (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl handleDoubleTap:(UITapGestureRecognizer *)gestureRecognizer |
To | - (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl handleDoubleTap:(nonnull UITapGestureRecognizer *)gestureRecognizer |
Declaration | |
---|---|
From | - (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl touchesShouldCancelInContentView:(UIView *)view |
To | - (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl touchesShouldCancelInContentView:(nonnull UIView *)view |
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 |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScroll:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScroll:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDragging:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDragging:(nonnull UIScrollView *)scrollView |
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 |
Declaration | |
---|---|
From | - (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewShouldScrollToTop:(UIScrollView *)scrollView |
To | - (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewShouldScrollToTop:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScrollToTop:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidScrollToTop:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDecelerating:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewWillBeginDecelerating:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDecelerating:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndDecelerating:(nonnull UIScrollView *)scrollView |
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 |
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 |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidZoom:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidZoom:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pdfScrollViewDidEndScrollingAnimation:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScroll:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScroll:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDragging:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDragging:(nonnull UIScrollView *)scrollView |
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 |
Declaration | |
---|---|
From | - (BOOL)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewShouldScrollToTop:(UIScrollView *)scrollView |
To | - (BOOL)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewShouldScrollToTop:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScrollToTop:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidScrollToTop:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDecelerating:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewWillBeginDecelerating:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDecelerating:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndDecelerating:(nonnull UIScrollView *)scrollView |
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 |
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 |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidZoom:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidZoom:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl outerScrollViewDidEndScrollingAnimation:(nonnull UIScrollView *)scrollView |
Declaration | |
---|---|
From | - (void)pdfViewCtrlOnLayoutChanged:(PTPDFViewCtrl *)pdfViewCtrl |
To | - (void)pdfViewCtrlOnLayoutChanged:(nonnull PTPDFViewCtrl *)pdfViewCtrl |
Declaration | |
---|---|
From | - (void)pdfViewCtrl:(PTPDFViewCtrl *)pdfViewCtrl pageNumberChangedFrom:(int)oldPageNumber To:(int)newPageNumber |
To | - (void)pdfViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl pageNumberChangedFrom:(int)oldPageNumber To:(int)newPageNumber |
Declaration | |
---|---|
From | - (void)pdfViewCtrlOnSetDoc:(PTPDFViewCtrl *)pdfViewCtrl |
To | - (void)pdfViewCtrlOnSetDoc:(nonnull PTPDFViewCtrl *)pdfViewCtrl |
Declaration | |
---|---|
From | - (void)pdfViewCtrlOnRenderFinished:(PTPDFViewCtrl *)pdfViewCtrl |
To | - (void)pdfViewCtrlOnRenderFinished:(nonnull PTPDFViewCtrl *)pdfViewCtrl |
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 |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Deprecated in Apryse for iOS 6.9.5. Use PTAnalyticsManager instead |
Declaration | |
---|---|
From | + (nonnull id)getInstance |
To | + (nonnull instancetype)getInstance |
Protocols | |
---|---|
From | PTDocumentOpening, PTOverridable, PTPDFViewCtrlDelegate, PTToolManagerDelegate, UIPopoverPresentationControllerDelegate |
To | PTAnnotationToolbarDelegate, PTAnnotationViewControllerDelegate, PTBookmarkViewControllerDelegate, PTCoordinatedDocumentDelegate, PTOutlineViewControllerDelegate, PTOverridable, PTPDFViewCtrlDelegate, PTReflowViewControllerDelegate, PTSettingsViewControllerDelegate, PTTextSearchViewControllerDelegate, PTThumbnailSliderViewDelegate, PTToolManagerDelegate |
Declaration | |
---|---|
From | - (void)setAnnot:(nonnull PTAnnot *)annot |
To | - (void)setAnnot:(nullable PTAnnot *)annot |
Declaration | |
---|---|
From | @property (nonatomic, strong, nonnull) PTAnnot *annot |
To | @property (nonatomic, strong, nullable) PTAnnot *annot |
Protocols | |
---|---|
From | PTDocumentOpening |
To | none |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Declaration | |
---|---|
From | - (BOOL)tool:(nonnull UIView<PTToolSwitching> *)tool canCreateExtendedAnnotType:(PTExtendedAnnotType)annotType |
To | - (BOOL)tool:(nonnull PTTool *)tool canCreateExtendedAnnotType:(PTExtendedAnnotType)annotType |
Declaration | |
---|---|
From | - (BOOL)tool:(nonnull UIView<PTToolSwitching> *)tool canEditAnnotation:(nonnull PTAnnot *)annotation |
To | - (BOOL)tool:(nonnull PTTool *)tool canEditAnnotation:(nonnull PTAnnot *)annotation |
Declaration | |
---|---|
From | - (BOOL)tool:(nonnull UIView<PTToolSwitching> *)tool canEditExtendedAnnotType:(PTExtendedAnnotType)annotType |
To | - (BOOL)tool:(nonnull PTTool *)tool canEditExtendedAnnotType:(PTExtendedAnnotType)annotType |
Declaration | |
---|---|
From | - (BOOL)isTextSelectionEnabledForTool:(nonnull UIView<PTToolSwitching> *)tool |
To | - (BOOL)isTextSelectionEnabledForTool:(nonnull PTTool *)tool |
Declaration | |
---|---|
From | - (BOOL)isFormFillingEnabledForTool:(nonnull UIView<PTToolSwitching> *)tool |
To | - (BOOL)isFormFillingEnabledForTool:(nonnull PTTool *)tool |
Declaration | |
---|---|
From | - (BOOL)isLinkFollowingEnabledForTool:(nonnull UIView<PTToolSwitching> *)tool |
To | - (BOOL)isLinkFollowingEnabledForTool:(nonnull PTTool *)tool |
Declaration | |
---|---|
From | - (BOOL)isEraserEnabledForTool:(nonnull UIView<PTToolSwitching> *)tool |
To | - (BOOL)isEraserEnabledForTool:(nonnull PTTool *)tool |
Declaration | |
---|---|
From | @property (nonatomic, strong, nullable) UIView<PTToolSwitching> *tool |
To | @property (nonatomic, strong, nullable) PTTool *tool |
Declaration | |
---|---|
From | - (nonnull UIView<PTToolSwitching> *)changeTool:(nonnull Class)toolType |
To | - (nonnull PTTool *)changeTool:(nonnull Class)toolType |
Declaration | |
---|---|
From | - (BOOL)toolManager:(nonnull PTToolManager *)toolManager shouldSwitchToTool:(nonnull UIView<PTToolSwitching> *)tool |
To | - (BOOL)toolManager:(nonnull PTToolManager *)toolManager shouldSwitchToTool:(nonnull PTTool *)tool |