3
我從我的iBooks應用程序中打開PDF文檔使用打開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];
我得到一個彈出它說,開放的,並且在選擇給所有可用的選項來打開PDF 。是有什麼辦法可以直接打開,而無需彈出。