现在我在 Document 文件夹中有一些文件[UIDocumentInteractionController interactionControllerWithURL:myFileA];
,我用它来获取 doc 控制器和我[UIDocumentInteractionController presentOptionsMenuFromRect:inView:animated:];
用来展示一个选项表。所以现在我有2 个问题:
[1]如何给文档控制器提供多个文件 URL?有没有办法做到这一点?
[2]我发现该方法[UIDocumentInteractionController presentOptionsMenuFromRect:inView:animated:];
在iOS6 或更高版本中运行良好,但在iOS5.1中不行。为什么?
希望您的回答。首先非常感谢!