Version 6.8.7.67422 Changelog (September 18th, 2018)

  • Version: 6.8.7.67422
  • Release Date: September 18th, 2018
  • Built with Xcode 10.0 (10A254a)

New

  • New ToolManager APIs to selectively disable tools based on the annotation type or functionality
  • New ToolManagerconfiguration APIs for easy customization:
1toolManager.configure(with: ToolManagerConfiguration { builder in
2 // Disable editing of ink annotations.
3 builder.annotPermissions = [
4 .ink : [
5 .canCreate : true,
6 .canEdit : false,
7 ],
8 ]
9
10 // Disable text selection.
11 builder.interactionToolPermissions = [
12 .textSelection : [
13 .enabled : false,
14 ],
15 ]
16})

Bug fixes

  • Bug fixes for iOS 12.
  • Miscellaneous bug fixes and minor improvements.

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales