iPhone UIImage Display Controller

Posted by Bill Shiff on Stack Overflow See other posts from Stack Overflow or by Bill Shiff
Published on 2010-12-31T22:47:42Z Indexed on 2010/12/31 22:54 UTC
Read the original article Hit count: 202

Filed under:
|

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!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch