OK, this might sound a bit weird, but here it is:
I want to mimic the Camera Roll. I know I can have all my files in a separate folder in my app, but I want to display them to the user like the Camera Roll displays your photos.
I tried using several ui Views (i'm trying to use the ui module), but none seem to match what I want.
Just a bunch of boxes, each with a document or photo attached to them. If the box is clicked, I will use the quicklook() function to show it. I thought of buttons inside of a scrollView, but I can't figure out how to implement that because the positions change when the user scrolls.
Any ideas?