longitachi / ZLPhotoBrowser

Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能;
MIT License
4.77k stars 966 forks source link

iCloud image support not well. #840

Closed FanYouXin closed 1 year ago

FanYouXin commented 1 year ago

Issue Description

If there are too many images in the album in the iCloud, the application will get stuck when opening the album. Picture over 8000.

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.4.3.2 Device: e.g. iPhone 13 Device version: e.g. iOS 16.0 Xcode version: e.g. Xcode 14.2

Configuration code of ZLPhotoConfiguration

   According to user feedback, I haven't simulated this situation yet
longitachi commented 1 year ago

I have nearly 5,000 photos on my phone, and I haven't had a problem opening the photo album without getting stuck. Photos are loaded asynchronously and there will be a loading indicator.

Can you provide the configuration code for ZLPhotoConfiguration?