Creating a "My Documents" browser like in the iPad iWork Apps
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 a开发者_如何学编程bout 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.)
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.
精彩评论