Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

A subclass of UIImagePIcker that support multi select.

License

Notifications You must be signed in to change notification settings

CoderXLLau/MSImagePicker

Open more actions menu
 
 

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%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.