Some test text!
The following snippets assume you are using a PTDocumentController
called documentController
:
The toolbar can be programmatically hidden by setting the mode to view group, which is a special group and the only group where the toolbar is hidden:
The toolbar can be shown again by changing the group to any group other than view:
Toolbars can be removed by removing them from the toolGroupManager's groups array. The following code removes the "Draw" and "Pens" toolbars:
The example below shows how to remove the text highlight and text underline button from a toolbar.
If you want to disable a tool entirely, from all toolbars and the long press menu, please use the annotations permissions system.
The code below creates a new toolbar that contains a free hand, cloudy and image stamp tool.
Your app may need a button that does not invoke one of the built in annotation tools. The following code will add a button that calls a selector.
If you want to toggle the items selection, flip its selected property:
UINavigationBar
ItemsYou can modify the navigation bar items. Here is an example of adding a new button (for the current size class):
Tools can also be added:
Note that in the example above, de-selecting the tool button item needs to be implemented by the app, by listening to the Tool Did Change notification.
These are the buttons that appear at the bottom of the screen.
Get the answers you need: Support
PDFTron SDK
COMPANY