简体   繁体   中英

UIDocumentInteractionController with own view

I have a popover with different possibilities to export data. My current goal is giving the user the ability to choose an application to open the exported data. For this reason i call UIDocumentInteractionController 's method:

- (BOOL)presentOpenInMenuFromBarButtonItem:(UIBarButtonItem *)item 
                              animated:(BOOL)animated;

This works, but a popover that appears on top on another popover doesn't look very well. I want to push the list of external programs in that existing popover. Is this possible without much of stress?

我认为这是不可能的,但是您可以关闭以前的弹出窗口,然后从同一来源显示UIDocumentInteractionController

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM