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 106 MWPhotoBrowser issues
Sort by recently updated
recently updated
newest added

Your component is awesome!! I just want to ask something, my application downloads images and videos from cloud I can display stored images without problems but I don't found a...

In restorePreviousNavBarAppearance shadowImage should be restored to it's original state

When we try to share image from MWPhotoBrowser, it only shares caption of image, Original image is not shared. Well image without caption text is working fine.

Fixed issue #309 by adding the solution of @FelixLin

I'm trying to present a `UIAlertController` of type `.ActionSheet` from within my current MWPhotoBrowser instance as a pop up view controller. In the iPhone, this is no problem since the...

Hi, i need to change grid view's navigation title. I have tried: ``` self.title = "NewTitle" self.navigationController.title = "NewTitle" ``` But these don't work. Any suggestions?

How to set up placeholderImage?怎么设置占位图?

If swipe to a new image, how can I add code to print("The current photo is at X position")?