Skip to content

A subclass of UIImagePIcker that support multi select.

License

Notifications You must be signed in to change notification settings

CoderXLLau/MSImagePicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%