Some test text!
iOS / Changelog / 6.9.5.69360
PTTextSearchViewController that is integrated into PTDocumentViewController.PTDocumentViewController and PTTabbedDocumentViewController can now be subclassed. In this release it is possible to subclass the PTDocumentViewControllers that are created by the PTTabbedDocumentViewController, as well as any class that inherits from PTTool (the annotation interaction tools). (More classes will be added in future releases.) At this time only concrete classes are supported. Example usage:PTOverrides.overrideClass(PTDocumentViewController.self, withClass: EGDocumentViewController.self);NotificationCenter.default.addObserver(self, selector: #selector(self.formFieldModified(_:)), name: PTToolManagerFormFieldDataModifiedNotification, object: documentViewController.toolManager)PTDocumentViewController:
PTAnnotationToolbarPTTextSearchViewControllerPTPageIndicatorViewControllerPTSettingsViewControllerPTReflowViewControllerPTAnnotationToolbar now has a new API (precedenceArray) to allow changing which buttons are visible for different size toolbars.PTPDFViewCtrl's openUrlAsync: will no longer crash when repeatedly called multiple times in quick succession.PT class prefixes have been added to all Tools.framework classes that were previously missing them.
The PTToolManager annotation permission objects have been deprecated and renamed to option objects, e.g. squareAnnotationPermission to squareAnnotationOptions.
An API diff from the previous version is available.
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales