简体   繁体   中英

How does iOS open PDF's in the Mail app?

iOS上的Mail应用程序是否使用UIDocumentInteractionController()从iOS 10的Mail中打开pdf?

It's hard to know for sure, but it probably uses either that or UIWebView .

EDIT : If you want to share a PDF too, then you should be able to do that using UIActivityViewController with its activityItems just set to the PDF. See this question .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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