创建“我的文档”类似于 iPad iWork 应用程序中的浏览器
Keynote、Numbers 和 Pages 都有一个顶级“我的文档”浏览器,您可以在其中创建、删除和选择编辑迄今为止创建的所有文档。
我想为 iPad 应用程序创建一个像这样的文档浏览器,但我不知道从哪里开始。我在 Stackoverflow 上进行了 Google 搜索和搜索,但没有找到任何有关如何执行此操作的信息。
因此,任何建议、链接、教程、示例应用程序或有关在 Apple 文档中查找位置的建议将不胜感激。
(我对任何导入/导出或其他文档特定功能不感兴趣,只是对如何创建用户界面感兴趣。)
Keynote, Numbers, and Pages all have a top level "My Documents" browser where you can create, delete, and select for editing all of the documents you've created so far.
I'd like to create a document browser like this for an iPad app, but I am not sure where to start. I've Googled and searched here on Stackoverflow, but I haven't found any information about how to do this.
So any suggestions, links, tutorials, sample apps, or advice on where to look in Apple's documentation would be greatly appreciated.
(I am not interested in any of the import/export, or other document specific functionality, just how I'd go about creating the user interface.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 github 上查看 Omni Group 的框架。
具体来说,请查看 OmniUI 文件夹中的
OUIDocumentPicker
。Check out the Omni Group's framework on github.
Specifically, look at the
OUIDocumentPicker
in the OmniUI folder.请参阅我对 这个问题,我在其中解释了创建您想要的界面的过程。
See my answer to this question, where I explain the process of creating the interface you want.