We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用Controller选择图片的方式,弹出相册列表界面后,点击取消,然后再次打开,整个界面无法点击
The text was updated successfully, but these errors were encountered:
PHImageRequestOptions *imageRequestOption = [[PHImageRequestOptions alloc] init]; imageRequestOption.synchronous = YES; [self.cachingImageManager requestImageForAsset:asset targetSize:PHImageManagerMaximumSize contentMode:PHImageContentModeDefault options:imageRequestOption resultHandler:^(UIImage * _Nullable result, NSDictionary * _Nullable info) { resultImage = result; completionBlock ? completionBlock(resultImage) : nil; }];
ios9.3.1这里有问题
Sorry, something went wrong.
Ok thanks 我看下
选取视频失效,进入到相册可以勾选 视频,无法预览和确定。
No branches or pull requests
使用Controller选择图片的方式,弹出相册列表界面后,点击取消,然后再次打开,整个界面无法点击
The text was updated successfully, but these errors were encountered: