IDMPhotoBrowser
IDMPhotoBrowser copied to clipboard
Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
 if i remove `setInitialPageIndex()` method, it's ok, no this issue
When image is being downloading the loading indicator shows in view, which is nice but when user double taps on view at this time, the indicator or image moves to...
I have an array of images on a web view and I want to open my image full screen using the IDMPhotobrowser. I want to load the array of images...
图片容量很大的时候,不能双击缩小
Is there a way to customize and add page curl/flip transition on image browser instead of plain scroll, like in UIPageControl?
please provide a choice to remove pop framework. because pop is too large , IDMPhotoBrowser only use pop at persent and dismiss animation. can you provide a choice to choose...
Team, In my project i have a Image URL which needs Authentication using NSURLConnection etc. Can it be achieved using this PhotoBrowser. How can we achieve it.
Currently the way i found to show error image is to implement method of `IDMPhotoBrowserDelegate`: ``` - (void)photoBrowser:(IDMPhotoBrowser *)photoBrowser imageFailed:(NSUInteger)index imageView:(IDMTapDetectingImageView *)imageView { imageView.image = [UIImage imageNamed:@"photoError"]; imageView.hidden = NO;...