Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 778 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 778 Bytes

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