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
I get a compiler warning `MobileCoreServices has been renamed. Use CoreServices instead.` after upgrading to Xcode 11.4. Manually adding CoreServices framework to IDMPhotoBrowser target and removing MobileCoreServices resolves the warning,...
before presenting the PhotoBrowser, change the modal presentStyle to overCurrentContext ```objc photoBrowser.modalPresentationStyle = UIModalPresentationOverCurrentContext; ``` hope it will help some one :D
Click DoneButton when IDMPhotoBrowser disappear。 show memery leak
When I used CocoaPod, my SDWebImage was downgraded,because you specified the version
- (void)setProgress:(CGFloat)progress forPhoto:(IDMPhoto*)photo { IDMPhoto *p = (IDMPhoto*)self.photo; if ([photo.photoURL.absoluteString isEqualToString:p.photoURL.absoluteString]) { **//Here in the case of no network will be in the backThread call** if (_progressView.progress < progress) {...
Sometimes, After zoom in image with double tapping, and then double tapping the image to zoom out does not work. Instead the image just flicks left, right or down but...
Hi @thiagoperes , when I use IDMPhotoBrowser a high quality image, I get a problem with double tap to zoom out and zoom in, please help! Example image url: https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/tspor/tspor301691075a/tspor301691075a_q6_2-0.jpg...
When launching the IDMPhotoBrowser, the animation process is hide when the IDMPhotoBrowser is launching, which will give user a feel that the image is moving to the target position, then...
pod 'IDMPhotoBrowser', '~> 1.11.3' 版本找不到"IDMUtils类,大神,请更新pod版本啊 @thiagoperes