Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there any open source photo viewer for Iphone, which functionality will be similar to standard Iphone application?

share|improve this question

3 Answers

up vote 4 down vote accepted

check out https://github.com/facebook/three20

share|improve this answer

Check out MWPhotoBrowser - a simple and easy to use photo viewer for iOS:

MWPhotoBrowser is an implementation of a photo browser similar to the native Photos app in iOS. It can display one or more images by providing either UIImage objects, file paths to images on the device, or URLs to images online. The photo browser handles the downloading and caching of photos from the web seamlessly. Photos can be zoomed and panned, and optional (customisable) captions can be displayed.

MWPhotoBrowser Screenshots

share|improve this answer
This looks great but is there a thumbnail gallery to go with it? – Alan Moore May 9 '12 at 16:17
There's currently no thumbnail gallery with the library. – Michael Waterfall May 19 '12 at 13:18

Check out EGOPhotoViewer.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.