简体   繁体   中英

Open PDF in Ibooks without the popUp

I am opening pdf documents from my application in Ibooks using

docController = [UIDocumentInteractionController interactionControllerWithURL:url]; //url is the file url saved inside my application.
docController.delegate = self;
[docController retain];
BOOL isValid = [docController presentOpenInMenuFromRect:CGRectZero inView:self.view animated:NO];

I get a popup which says that Open In and in the options give all the available options to open the pdf.Is there any way to open it directly without having the pop up.

如果不违反苹果指南,就无法做到这一点

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