Just presenting a QLPreviewController to view an image (on iOS13.) Ideally I'd like it to switch into edit mode automatically (and so present the PencilKit stuff.)
Anyone know how to do this? The setEditing: approach (used on UITableViewControllers) doesn't seem to work in this instance.
Thanks