Skip to content

一行代码搞定调相册,并实现图片压缩。

License

Notifications You must be signed in to change notification settings

githubze/SKImagePicker

Repository files navigation

Use CocoaPods

pod 'SKImagePicker', '~> 1.0.2'

Use with this code

[SKImagePickerView imagePickerWithPushControl:self ReturnData:^(NSData *data) {

    UIImage *image = [UIImage imageWithData:data];
    self.imageView.image = image;

}];

Display Effect

Image text

About

一行代码搞定调相册,并实现图片压缩。

Resources

License

Stars

Watchers

Forks

Packages

No packages published