iPhone UIImage Display Controller
- by Bill Shiff
Hello,
I would like to be able to display a UIImage from within my app and support a lot of the functionality available in the built-in Photos app (i.e., pinch-to-zoom, pan, etc). I don't really want to write a bunch of code that someone has already written, so I'm wondering if there is a library out there already that I could just import into my project.
I'm aware of the Three20 project, but I don't want to import a huge library if I don't have to.
Is anyone aware of an available library that's already out there for displaying UIImages? Or part of some open-source project that can be pulled out on its own?
Thanks!