Dropbox应用程序允许将文件发送到teamviewer或iBook等其他应用程序。他们是如何做到的?
我认为将数据发送到另一个应用程序的唯一方法是url方案。
答案 0 :(得分:5)
我认为Dropbox使用Document Interaction API来提供此功能。
来自docs的引言:
您可以使用文档交互控制器显示文件预览或提示用户选择文件操作。
presentPreviewAnimated:
方法。presentOptionsMenuFromRect:inView:animated:
或presentOptionsMenuFromBarButtonItem:animated:
方法。presentOpenInMenuFromRect:inView:animated
:或presentOpenInMenuFromBarButtonItem:animated:
方法。答案 1 :(得分:2)
UIDocumentInteractionController
为用户提供了使用其他应用程序打开文件的选项。