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.
我一直在考虑以下可能性:
我现在正在开发一个应用程序来显示一组不同的文件(可能是不同的格式),并使用这些文件的内容来形成一个单个文件。
因为 UIDocumentInteractionController 可以显示我的应用程序(例如 docx)无法查看的格式内容,所以我捕获此控制器显示的模式视图并在其他地方使用它不是很好吗?
我想知道如何访问呈现的 UIDocumentInteractionController 的内容并捕获它。
任何建议都会很好,谢谢。
屏幕截图- 也许我可以对presentedViewController.view 进行屏幕截图,但捕获的图像的分辨率并不理想 - 仅限于屏幕分辨率并且不够高,无法在计算机显示器上查看。