图片选择控制器 EasyImagePicker
- 授权协议: Apache
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/SZT0728/EasyImagePicker
- 软件文档: https://github.com/SZT0728/EasyImagePicker
- 官方下载: https://github.com/SZT0728/EasyImagePicker.git
软件介绍
EasyImagePicker是一款。
代码如下:
GoodPicker *picker = [GoodPicker imagePickerDidFinishPickImage:^(NSDictionary *dict, UIImage *image) {
//图片选择成功后该block调用。参数说明:dict所选择的图片的信息,image选择到的图片
self.myImageView.image = image;
} didCancelPickImage:^(UIImagePickerController *picker) {
//点击取消的时候该block调用
[picker dismissViewControllerAnimated:YES completion:nil];
}];
500 Lines or Less
Amy Brown、Michael DiBernardo / 2016-6-28 / USD 35.00
This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch t......一起来看看 《500 Lines or Less》 这本书的介绍吧!
