ios XHPhoto 一行代码搞定照片选择.zip
一行代码搞定照片选择,支持相册/相机及设置是否裁剪,支持CocoaPods
github: https://github.com/CoderZhuXH/XHPhoto
使用方法:
导入UIViewController XHPhoto.h 头文件,在控制器中调用
//edit:照片需要裁剪:传YES,不需要裁剪传NO(默认NO)
[self showCanEdit:YES photo:^(UIImage *photo) {
//TO TO...
}];
文件列表
da351600260e972f8f1c826d8dfd7789.zip
(预估有个89文件)
XHPhotoExample
XHPhoto
UIViewController+XHPhoto.m
7KB
UIViewController+XHPhoto.h
1KB
Class
ViewController.xib
4KB
ViewController.h
215B
ViewController.m
1KB
XHPhotoExample.xcodeproj
project.xcworkspace
暂无评论