Skip to content
New issue

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

确定按钮点击没响应 #8

Open
ReizSoon opened this issue May 21, 2016 · 3 comments
Open

确定按钮点击没响应 #8

ReizSoon opened this issue May 21, 2016 · 3 comments

Comments

@ReizSoon
Copy link

使用Controller选择图片的方式,弹出相册列表界面后,点击取消,然后再次打开,整个界面无法点击

@ReizSoon
Copy link
Author

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这里有问题

@ws00801526
Copy link
Owner

Ok thanks 我看下

@xyZHua
Copy link

xyZHua commented Sep 11, 2019

选取视频失效,进入到相册可以勾选 视频,无法预览和确定。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants