4

I am currently displaying a UIDocumentInteractionController so that the user of my App can open a File in a different App. The controller pops up and lists the App with no problem. However, it also displays Cloud apps such as Dropbox (which I'm assuming associate themselves with nearly every valid file-type), which is quite annoying. Is there anyway that I can specify the controller to only display the App I want?

4

1 回答 1

8

不,您不能过滤此列表。如果用户愿意,您不能告诉他们不能将您的文件发送到 Dropbox。:)

(如果您只有一个可以将文件发送到的特定应用程序,并且您可以控制该应用程序或与该应用程序建立合作伙伴关系,那么您可以同意使用其他一些晦涩的文件类型,或直接通过自定义 URL 进行通信。UIDocumentInteractionController是专为允许用户将文件传送到他们可能需要的地方的一般情况而设计,而云服务可以是放置标准类型文件的完全有效的地方。)

于 2012-08-15T21:31:57.087 回答