简体   繁体   English

在没有popUp的情况下在Ibooks中打开PDF

[英]Open PDF in Ibooks without the popUp

I am opening pdf documents from my application in Ibooks using 我正在使用Ibooks中的应用程序打开pdf文档

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. 我得到一个弹出窗口,其中显示Open In和选项提供了打开pdf的所有可用选项。有没有任何方法可以直接打开它而无需弹出窗口。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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