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
thanks this awesome project and the athor's hard work~
I just take a photo from camera but can not found the assets, that I can not get the path now. but I can find it at my album.
what should I do? thank you~
The text was updated successfully, but these errors were encountered:
I resolved it, by delay 1s to fetch PHAssets🥹. its not easy and unconvenience. if anyone have better solutions pls let me know. many thanks💎🙏
Sorry, something went wrong.
Hi~Can you tell me how to 'by delay 1s to fetch' here? I use DispatchQueue.main.asyncAfter, still getting nil from photo.asset. Thx!
I resolved it, by delay 1s to fetch PHAssets🥹. its not easy and unconvenience. if anyone have better solutions pls let me know. many thanks💎🙏 Hi~Can you tell me how to 'by delay 1s to fetch' here? I use DispatchQueue.main.asyncAfter, still getting nil from photo.asset. Thx!
you should use DispatchQueue.global()
DispatchQueue.global()
No branches or pull requests
thanks this awesome project and the athor's hard work~
I just take a photo from camera but can not found the assets, that I can not get the path now. but I can find it at my album.
what should I do? thank you~
The text was updated successfully, but these errors were encountered: