IDMPhotoBrowser icon indicating copy to clipboard operation
IDMPhotoBrowser copied to clipboard

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more

Results 105 IDMPhotoBrowser issues
Sort by recently updated
recently updated
newest added

![2017-12-11 4 37 25](https://user-images.githubusercontent.com/7303158/33822260-e4e478e6-de91-11e7-9737-87e1e9fd140b.gif) 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;...