I'm working on developing an ipad app that has the following elements:
I'm trying to figure out the best way to create a "document structure" that supports two things: 1) sending an image via email while retaining the attached audio such that the recipient can open the attachment in the app on their own ipad, 2) downloading entire albums from within the app such that the images and their associated audio are intact.
I'm looking into using UIDocument but would love any input/advice/pointers to tutorials to make sure I'm going down the right path..
Thanks!