Skip to content

jayden320/BDImagePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDImagePicker

一行代码 增加图片选择功能

ScreenShot1

How To Get Started

You can use this class through one line code.

[BDImagePicker showImagePickerFromViewController:self allowsEditing:YES finishAction:^(UIImage *image) {
   if (image) {
       [sender setBackgroundImage:image forState:UIControlStateNormal];
   }
}]; 

Communication

If you found a bug, and can provide steps to reliably reproduce it, open an issue. If you have a feature request, open an issue. If you want to contribute, submit a pull request

License

BDImagePicker is released under the MIT license. See LICENSE for details.

About

一行代码 增加图片选择功能

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published