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

选择iCloud视频,会提示"正在处理...",处理完毕后进入selectImageBlock回调后获取的PHAsset,调用PHImageManager.default().requestAVAsset取到的AVAsset为nil #618

Open
YWDrenched opened this issue Jun 8, 2021 · 5 comments

Comments

@YWDrenched
Copy link

Issue Description

Description and Steps

Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.

Info

ZLPhotoBrowser version: e.g. 4.1.6
Device: e.g. iPhone X
Device version: e.g. iOS 14.0
Xcode version: e.g. Xcode 12.0

Configuration code of ZLPhotoConfiguration

Paste your code here.
@longitachi
Copy link
Owner

使用ZLPhotoManager中的这个方法试下@objc public class func fetchAVAsset(forVideo asset: PHAsset, completion: @escaping ( (AVAsset?, [AnyHashable: Any]?) -> Void )) -> PHImageRequestID

@JanzTam
Copy link

JanzTam commented Nov 22, 2022

iCloud 图片也有这个问题,能支持触发下载么,没下载的就不能选择 @longitachi

@longitachi
Copy link
Owner

现在逻辑应该是你在小图列表界面选择后,就开始预下载大图了,如果点击确定时候没下载完就会出loading,等下再完了在回调

@JanzTam
Copy link

JanzTam commented Nov 24, 2022

现在逻辑应该是你在小图列表界面选择后,就开始预下载大图了,如果点击确定时候没下载完就会出loading,等下再完了在回调

可以。请问下是哪一个版本开始有这功能的。

@longitachi
Copy link
Owner

这个应该早就有了,记不起来了

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