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

``` #import "UIImage+MWPhotoBrowser.h" @implementation UIImage (MWPhotoBrowser) + (UIImage *)imageForResourcePath:(NSString *)path ofType:(NSString *)type inBundle:(NSBundle *)bundle { return [UIImage imageWithContentsOfFile:[bundle pathForResource:path ofType:type]]; } + (UIImage *)clearImageWithSize:(CGSize)size { UIGraphicsBeginImageContextWithOptions(size, NO, [UIScreen mainScreen].scale); UIImage...

Installed with CocoaPods (my first time...) i get the message: ViewController.swift:11:8: error: no such module 'MWPhotoBrowser' import MWPhotoBrowser ^ am i mistaken something? ^^ Thanks

use protocol rather the the real model. users can define which image downloader(sdwebimage or afnetworking) to use by them self.

This pod seems quite popular, but with the last commit 5 years ago, appears to be no longer maintained. There are 2.7k forks at the time of writing, which one...

Added basic video support for MWPhotoBrowser. At this point video support is only added for the GridViewController

Why can't the play button be displayed