Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Dropbox 是否只是利用 iOS 库(iBooks 代码?)来读取 .doc/.docx 文件并查看它们?
或者 Dropbox 实际上是否必须编写某种包装器才能让 .doc/.docx 文件正确显示?
Dropbox 的网络版本只是下载文件,所以看起来无论查看器是什么,它都必须是 iOS 特定的,
谢谢,蒂姆
看看 QuickLookFramework:
https://developer.apple.com/library/ios/#DOCUMENTATION/QuickLook/Reference/QuickLookFrameworkReference_iPhoneOS/_index.html#//apple_ref/doc/uid/TP40009672
和 DocumentInteraction 主题:
https://developer.apple.com/library/ios/#DOCUMENTATION/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/PreviewingandOpeningItems.html#//apple_ref/doc/uid/TP40010410-SW1