Skip to content

通过单例方法访问手机相册,获取用户选中的图片实现头像上传

License

Notifications You must be signed in to change notification settings

534254884/CHImagePicker

 
 

Repository files navigation

CocoaPods

CHImagePicker

通过单例方法访问手机相册,获取用户选中的图片实现头像上传

CHImagePicker安装

pod 'CHImagePicker'

使用方法

    [[CHImagePicker shareInstance]showWithController:self finish:^(UIImage *image) {
        NSLog(@"image=%@",image);
    } animated:YES];
    

About

通过单例方法访问手机相册,获取用户选中的图片实现头像上传

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.4%
  • Ruby 1.6%