MWPhotoBrowser icon indicating copy to clipboard operation
MWPhotoBrowser copied to clipboard

A simple iOS photo and video browser with grid view, captions and selections.

Results 103 MWPhotoBrowser issues
Sort by recently updated
recently updated
newest added

Is it possible to adapt SDWebImage 4.0 and MBProgressHUD 1.0.0 as soon as possible?

同+1,其他库的依赖和这个库的依赖MBProgressHUD,版本不一样,报错了。MBProgressHUD都1.0版本了

the code:MWPhoto *photo = [MWPhoto photoWithImage:img]; photo.caption = @"意见"; [self.MWphotos addObject:photo]; and i Nslog the caption,then it appears:2017-01-16 15:04:09.705 JinPiaoTong[51448:26256560] 意见 but the caption is always shows: 1/1. i don't...

Hi there, The library: SDWebImage used in this project is still using URLConnection. Do you think this project will be updated to the latest version of SDWebimage soon? My project...

It's SDWebImage 4.0 in my project, so i have to fork the MBPhotoBrowser and update it; In addition,i update MBProgressHUD to 1.0 and DACircularProgress to 2.3.1 .

@mwaterfall `displaySelectionButtons` is now showing image selection, but I'm unable to figure our how to make only single image selection enable. Ex: If user selection image 1 then all other...

Hi, I'm using your very powerfull Browser in my app, and I have a little problem in my implementation of a custom MWCaptionView (with my own xib file). I put...

web图片怎么加载不出来呢