求助,使用UIDocumentInteractionController遇到的问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了求助,使用UIDocumentInteractionController遇到的问题相关的知识,希望对你有一定的参考价值。

我正在尝试在整个ipad界面上呈现PDF页面,使用了图层的方法。但是网上获取的相关代码在我的应用中并不管用。我需要显示出整个PDF页面,所以我选择UIDocumentInteractionController类。下面是我的代码:- (void)previewDocument NSString * path = [[NSBundle mainBundle] pathForResource:@"page_1" ofType:@"pdf"]; CGRect rect = CGRectMake(0, 0, 768, 1024); //self.view.backgroundColor=[UIColor blueColor]; [docController presentOptionsMenuFromRect:rect inView:self.view animated:YES]; UIDocumentInteractionController* preview = [UIDocumentInteractionController interactionControllerWithURL:[NSURL fileURLWithPath:path]]; preview.delegate = self; //[preview presentPreviewAnimated:YES]; [preview retain];- (void)documentInteractionControllerDidEndPreview:(UIDocumentInteractionController*)controller [controller autorelease];-(void)viewDidLoad [super viewDidLoad]; [self previewDocument];谁能告诉我呈现出PDF的确切方法呢?

参考知识1 画PDF使用QurtZ的CGPDFDocumentGetPage,CGContextDrawPDFPage等相关API 参考知识B 请查阅CGPDFDocumentGetPage和CGContextDrawPDFPage的资料。

以上是关于求助,使用UIDocumentInteractionController遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章

JAVA求助!

fastDFS求助,2个问题

jQuery.getJSON相关的。。求助啊~~求助~~

求助python大神

新手求助,git,repo使用。。

求助pyqt里的radiobutton使用