[ASNetworkImageNode] For GIFs, imageNode:didLoadImage:info is not called.
ASNetworkImageNode does not called delegate method imageNode:didLoadImage:info if the URL is gif. And imageNode:didLoadImage:info image will be nil if image is an animated image.So why not support ASImageContainerProtocol ? it's really convenience.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
🚫 CI failed with log
🚫 CI failed with log
I assume this would fix #1070?
@nguyenhuy Any reason this is dead?
@yang152412 would you mind rebasing this PR?
This still doesn't work in Texture 3.0.0 as of January 22, 2022 - I'm forced to use imageNodeWillStartDisplayAsynchronously for now 😞 -- could use imageNodeDidFinishDecoding but it looks like that is called several times for GIFs, so make sure you add logic around that behavior for whatever it is you're trying to accomplish.