美文网首页
iOS UIDocumentInteractionControl

iOS UIDocumentInteractionControl

作者: 大漠赏花 | 来源:发表于2018-04-02 17:43 被阅读0次

NSURL *urlPath = [kDocumentURL URLByAppendingPathComponent:@"qr.jpg"];

     self.documentController = [UIDocumentInteractionController interactionControllerWithURL:urlPath];

    [self.documentController presentOpenInMenuFromRect:self.view.bounds inView:self.view animated:YES];

相关链接:https://www.cnblogs.com/hero11223/p/7306104.html

相关文章

网友评论

      本文标题:iOS UIDocumentInteractionControl

      本文链接:https://www.haomeiwen.com/subject/exmxhftx.html