ios - 检测用户何时在应用程序中打开文件
<p><p>我正在阅读有关如何在我的 iOS 应用上预览文件的文档。</p>
<p> <a href="https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/PreviewingandOpeningItems.html#//apple_ref/doc/uid/TP40010410-SW1" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/PreviewingandOpeningItems.html#//apple_ref/doc/uid/TP40010410-SW1</a> </p>
<p>是否可以检测用户选择了哪个应用?或者有什么方法可以知道他是否真的点击了任何选项?</p>
<p>我的问题:iBooks 大文件 (> 700mb)。用户选择预览,然后点击右上角并选择在 iBooks 上打开。跳转到 iBooks 需要 20 到 45 秒。如果我知道用户点击了任何应用程序,我至少可以显示加载或其他内容,以便他知道即将发生某些事情。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您可以使用 <code>UIDocumentInteractionControllerDelegate</code> 方法来实现这一点。以下是方法列表:</p>
<p> <img src="/image/treHs.png" alt="enter image description here"/> </p>
<p> <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDocumentInteractionControllerDelegate_protocol/index.html#//apple_ref/occ/intfm/UIDocumentInteractionControllerDelegate/documentInteractionControllerWillBeginPreview:" rel="noreferrer noopener nofollow">Apple document link</a> </p></p>
<p style="font-size: 20px;">关于ios - 检测用户何时在应用程序中打开文件,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/30298405/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/30298405/
</a>
</p>
页:
[1]