XHPhoto
XHPhoto copied to clipboard
一行代码搞定照片选择,支持相册/相机及设置是否裁剪
返回后导航栏上移了
如果页面已经存在一个actionsheet,再添加这个,就会覆盖delegat方法,且无法通过tag区分判断。
提示如下: Warning: Attempt to present on which is already presenting (null)
sheet有一个title属性,能否在调用sheet的时候把title暴露出来,这样可以做部分定制化。
这边没问题额,麻烦提供系统版本和creash 日志
加上以下代码可以解决 - (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker { [picker dismissViewControllerAnimated:YES completion:^{}]; }