jayden320 / BDImagePicker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:MIT License


Languages

Language:Objective-C 100.0%