XHPhoto icon indicating copy to clipboard operation
XHPhoto copied to clipboard

一行代码搞定照片选择,支持相册/相机及设置是否裁剪

Results 8 XHPhoto issues
Sort by recently updated
recently updated
newest added

如果页面已经存在一个actionsheet,再添加这个,就会覆盖delegat方法,且无法通过tag区分判断。

提示如下: Warning: Attempt to present on which is already presenting (null)

sheet有一个title属性,能否在调用sheet的时候把title暴露出来,这样可以做部分定制化。

加上以下代码可以解决 - (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker { [picker dismissViewControllerAnimated:YES completion:^{}]; }