iosiOS_UIKit

UIDocumentInteractionController文

2018-05-14  本文已影响8人  絮语时光杨

NSString *urlStr = [[NSBundle mainBundle] pathForResource:@"iOS开发指南.pdf" ofType:nil];
NSURL *url = [NSURL fileURLWithPath:urlStr];

UIDocumentInteractionController *documentVc = [UIDocumentInteractionController interactionControllerWithURL:url];
documentVc.delegate = self;

[documentVc presentPreviewAnimated:YES];

UIDocumentInteractionController 代理方法

上一篇下一篇

猜你喜欢

热点阅读