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 was getting the crash here when I turn on the property of IDM browser _displayArrowButton = YES I got down to make change to method `- (UIButton*)customToolbarButtonImage:(UIImage*)image imageSelected:(UIImage*)selectedImage action:(SEL)action`...
I want to use custom image in actionButtonImage but not showing using this following code. Have any idea? browser.actionButtonImage = [UIImage imageNamed:@"delete.png"];
Please implement Video play functionality, so it would be great of complete video and image browser. Thanks,
Does this library support playing video like the facebook app ? Would be a great feature ? Can you please add this ?
when i add video link its not playing. if there is no video playing option enable please add that option
When presenting the `IDMPhotoBrowser`, the "Done" button is obscured by the sensor housing notch:  The top half of the "Done" button doesn't respond to touch events.
I am using this code to show an image: ``` IDMPhoto *photo = [IDMPhoto photoWithImage:image]; IDMPhotoBrowser *browser = [[IDMPhotoBrowser alloc] initWithPhotos:@[photo] animatedFromView:self.view]; [self presentViewController:browser animated:YES completion:nil]; ``` When I exit...
ForceHideStatusBar property doesn't work, iOS11.3
编译报错
Pods/IDMPhotoBrowser/Classes/IDMPhoto.m:140:22: No visible @interface for 'SDWebImageManager' declares the selector 'downloadImageWithURL:options:progress:completed:'
Why not declare in IDMPhoto protocol instead force convert ? ----------------------------------------------------------------------------------------------- ``` - (void)configurePage:(IDMZoomingScrollView *)page forIndex:(NSUInteger)index { page.frame = [self frameForPageAtIndex:index]; page.tag = PAGE_INDEX_TAG_OFFSET + index; page.photo = [self photoAtIndex:index];...