FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

CoderXLLau/MSImagePicker: A subclass of UIImagePIcker that support multi select. · GitHub

 
 

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSImagePicker

A subclass of UIImagePIckerController that support multi select.

How to use

  • Drag MSImagePicker to your project.
  • #import "MSImagePickerController.h"
  MSImagePickerController* picker = [[MSImagePickerController alloc] init];
  picker.msDelegate = self;
  • implementation MSImagePickerDelegate.

Requirements

  • ios7 or higher.

Demo

How it works

  • The PUCollectionView's base class is UICollectionView, so we can reset it's delegate.
  • Through runtime we can customized it's method

Contact

About

A subclass of UIImagePIcker that support multi select.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL