Home

Awesome

EXPhotoViewer

A "drop in" photo viewer for iOS, SUPER easy to use, it has the "zoom the rest of the app away effect" It works with any UIImageView, just laying around, in a table, in a cell in a custom made carousel, everywhere!

Whats the "EX" for? it is for EXTRA AWESOME!!!

image

##What it does It will take the image and:

Usage

Import "EXPhotoViewer.h"

Then if for example "anImageView" contains the image you would like to show, just do:

[EXPhotoViewer showImageFrom:anImageView];

and Voila! the rest is just MAGIC! (actually just a bunch of code)

look at ThumbCollectionCell.m line 15 if you would like to see an usage example.

##Installation Just include the followings files to your project: EXPhotoViewer

EXPhotoViewer.h
EXPhotoViewer.m
EXPhotoViewer.xib

And you are done, no library or framework or weird hacky compiler flag or anything.

##Screenshots

iPhone

image image image image

##LICENSE Simple MIT license, look at the LICENSE file for more details