UIDocumentInteractionController for Open In menu - Doesn't Work

后端 未结 3 1759
醉梦人生
醉梦人生 2021-02-02 11:48

I implemented a UIDocumentInteractionController to send files to other apps. The file is a .txt file.

Here\'s the code:

UIDocumentInteractionController *         


        
3条回答
  •  执念已碎
    2021-02-02 12:15

    This bug also appears on iPhone/iPod. Just set:

    @property (nonatomic, retain) UIDocumentInteractionController *docController;
    

    and it will be retain and the document passed to the new application.

提交回复
热议问题