UIDocumentInteractionController vs QLPreviewController on iOS
Can anyone who has used both comment on "What's the difference, and when should you use one over the other?" I have spent the last couple days adapting code from the DocInteraction sample to my own app, and the more familiar I become with these two kits, the less difference I see between them:
I just don't see any difference when switching between them except the color of the toolbar.
Of course I'm missing something (or wrong about those other points). Any thoughts?
UIDocumentInteractionController uses QLPreviewController to display. It allows for additional hooks for delegate methods.
链接地址: http://www.djcxy.com/p/55834.html上一篇: 基于年龄和国籍将人分为房间的算法
下一篇: iOS上的UIDocumentInteractionController与QLPreviewController