disable pspdfkit feature that asks for author name for annotations

This commit is contained in:
Satindar Dhillon
2022-09-29 20:45:19 -07:00
parent a3de8fc1a3
commit 8144cf8d37

View File

@ -39,6 +39,7 @@ import Utils
.useParentNavigationBar(true)
.updateConfiguration { builder in
builder.textSelectionShouldSnapToWord = true
builder.shouldAskForAnnotationUsername = false
}
.updateControllerConfiguration { controller in
// Store config state so we only run this update closure once