I don't want to access the images on the iphone, I want to display an image from my app, but like you view pictures in the picture album of the iphone - with all the pinch and zoom controls and such.
Is this possible? I thought there might (by chance) be some class like the AVMediaPlayer class that would do this?
Thanks Tom
If you're targeting 4.0 or later you can use QLPreviewController:
Include
#import <QuickLook/QuickLook.h>
in your classHere is how to create one:
Then somewhere else in your view controller: