TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
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!!!
It will take the image and:
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.
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.
Simple MIT license, look at the LICENSE
file for more details