Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是呈现一个 QLPreviewController 来查看图像(在 iOS13 上)。理想情况下,我希望它自动切换到编辑模式(因此呈现 PencilKit 的东西。)
有人知道怎么做吗?setEditing: 方法(在 UITableViewControllers 上使用)似乎在这种情况下不起作用。
谢谢
setEditing记录在案,UIViewController并说subclasses必须实施它才能对编辑做出反应。
setEditing
UIViewController
subclasses
我已经尝试在实例创建和completion处理程序中设置它,presentViewController但它不起作用,这意味着QLPreviewController它没有实现它。
completion
presentViewController
QLPreviewController
tl; dr:除非您侵入导航栏项目并尝试“按下”编辑图标,否则没有启用编辑的标准方法。