TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Oct 2017 |
Maintained by CoderZhuXH.
//edit:照片需要裁剪:传YES,不需要裁剪传NO(默认NO)
[self showCanEdit:YES photo:^(UIImage *photo) {
//TO TO...
}];
//edit:照片需要裁剪:传YES,不需要裁剪传NO(默认NO)
[self showCameraCanEdit:YES photo:^(UIImage *photo) {
//TO TO...
}];
//edit:照片需要裁剪:传YES,不需要裁剪传NO(默认NO)
[self showPhotoLibraryCanEdit:YES photo:^(UIImage *photo) {
//TO TO...
}];
Localization native development region
值 设置 china
相册及相机界面即显示为中文XHPhoto 使用 MIT 许可证,详情见 LICENSE 文件