Did you find this guide helpful?
Some test text!
iOS / Changelog / v6.8.7.67422
New ToolManager
APIs to selectively disable tools based on the annotation type
or functionality
New ToolManager
configuration APIs for easy customization:
toolManager.configure(with: ToolManagerConfiguration { builder in
// Disable editing of ink annotations.
builder.annotPermissions = [
.ink : [
.canCreate : true,
.canEdit : false,
],
]
// Disable text selection.
builder.interactionToolPermissions = [
.textSelection : [
.enabled : false,
],
]
})
Bug fixes for iOS 12.
Miscellaneous bug fixes and minor improvements.
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales