Some test text!
| Declaration | |
|---|---|
| From | - (SWIGTYPE_p_unsigned_int *)Current |
| To | - (unsigned int)Current |
| Declaration | |
|---|---|
| From | - (instancetype)initWithImpl:(SWIGTYPE_TRN_DocSnapshot *)impl |
| To | - (instancetype)initWithImpl:(void *)impl |
| Declaration | |
|---|---|
| From | - (instancetype)initWithImpl:(SWIGTYPE_TRN_ResultSnapshot *)impl |
| To | - (instancetype)initWithImpl:(void *)impl |
| Declaration | |
|---|---|
| From | - (instancetype)initWithImpl:(SWIGTYPE_TRN_UndoManager *)impl |
| To | - (instancetype)initWithImpl:(void *)impl |
| Declaration | |
|---|---|
| From | - (instancetype)initWithImpl:(SWIGTYPE_TRN_VerificationOptions *)impl |
| To | - (instancetype)initWithImpl:(void *)impl |
| Declaration | |
|---|---|
| From | - (int)GetDownloadedByteCount |
| To | - (unsigned long long)GetDownloadedByteCount |
| Declaration | |
|---|---|
| From | - (int)GetTotalRemoteByteCount |
| To | - (unsigned long long)GetTotalRemoteByteCount |
| Declaration | |
|---|---|
| From | - (NSMutableArray *)GetVisiblePages |
| To | - (NSArray<NSNumber *> *)GetVisiblePages |
| Declaration | |
|---|---|
| From | - (BOOL)GetThumbInCache:(int)page_num buf:(NSData *)buf out_width:(SWIGTYPE_p_unsigned_int *)out_width out_height:(SWIGTYPE_p_unsigned_int *)out_height |
| To | - (BOOL)GetThumbInCache:(int)page_num buf:(NSData *)buf out_width:(unsigned int)out_width out_height:(unsigned int)out_height |
| Declaration | |
|---|---|
| From | - (NSMutableArray *)GetColor |
| To | - (NSArray<NSNumber *> *)GetColor |
| Protocols | |
|---|---|
| From | none |
| To | NSCoding, NSCopying |
| Declaration | |
|---|---|
| From | - (nonnull instancetype)initWithAnnot:(nonnull PTAnnot *)annot onPDFDoc:(nonnull PTPDFDoc *)pdfDoc |
| To | - (nonnull instancetype)initWithAnnot:(nonnull PTAnnot *)annot onPDFDoc:(nullable PTPDFDoc *)pdfDoc |
| Declaration | |
|---|---|
| From | - (nonnull NSArray<PTUserBookmark *> *)bookmarksForDoc:(nonnull PTPDFDoc *)doc rootPDFBookmark:(nonnull PTBookmark *)rootPDFBookmark |
| To | - (nonnull NSArray<PTUserBookmark *> *)bookmarksForDoc:(nonnull PTPDFDoc *)doc rootPDFBookmark:(nullable PTBookmark *)rootPDFBookmark |
| Declaration | |
|---|---|
| From | + (void)setDefaultFreeTextFontName:(nonnull NSString *)fontName |
| To | + (void)setDefaultFreeTextFontName:(nullable NSString *)fontName |
| Superclass | Protocols | |
|---|---|---|
| From | UIViewController | PTAnnotationToolbarDelegate, PTAnnotationViewControllerDelegate, PTBookmarkViewControllerDelegate, PTCoordinatedDocumentDelegate, PTDocumentViewSettingsControllerDelegate, PTOutlineViewControllerDelegate, PTOverridable, PTPDFLayerViewControllerDelegate, PTPDFViewCtrlDelegate, PTReflowViewControllerDelegate, PTTextSearchViewControllerDelegate, PTThumbnailSliderViewDelegate, PTToolManagerDelegate |
| To | PTDocumentBaseViewController | PTAnnotationToolbarDelegate, PTOverridable |
| Declaration | |
|---|---|
| From | - (void)tabbedDocumentViewController:(nonnull PTTabbedDocumentViewController *)tabbedDocumentViewController willAddDocumentViewController:(nonnull PTDocumentViewController *)documentViewController |
| To | - (void)tabbedDocumentViewController:(nonnull PTTabbedDocumentViewController *)tabbedDocumentViewController willAddDocumentViewController:(nonnull __kindof PTDocumentBaseViewController *)documentViewController |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy, nonnull) NSArray<NSURL *> *tabURLs |
| To | @property (nonatomic, readonly, copy, nonnull) NSArray<NSURL *> *tabURLs |
| Declaration | |
|---|---|
| From | - (nullable PTDocumentViewController *)documentViewControllerAtIndex:(NSUInteger)index |
| To | - (nullable __kindof PTDocumentBaseViewController *)documentViewControllerAtIndex:(NSUInteger)index |
| Declaration | |
|---|---|
| From | @property (nonatomic, weak, nullable) NSURL *selectedURL |
| To | @property (nonatomic, readonly, weak, nullable) NSURL *selectedURL |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, nullable) PTDocumentViewController *selectedViewController |
| To | @property (nonatomic, readonly, nullable) __kindof PTDocumentBaseViewController *selectedViewController |
| Declaration | |
|---|---|
| From | + (BOOL)createsAnnotation |
| To | @property (class, nonatomic, readonly) BOOL createsAnnotation |
| Declaration | |
|---|---|
| From | - (nonnull NSString *)GetUniqueIDAsString |
| To | - (nullable NSString *)GetUniqueIDAsString |
| Declaration | |
|---|---|
| From | - (nonnull NSString *)getFontName |
| To | - (nullable NSString *)getFontName |