-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[SDWebImage] #541
[SDWebImage] #541
Conversation
leverdeterre
commented
Oct 31, 2013
Try to use an the previous cached image for placeholder
@leverdeterre could you please rebase this on top of master, so it's mergeable? |
I think it is not good idea. The better way is that like |
Replaced by 30f6726 |
…IImageView. Replaces SDWebImage#541. Fixes SDWebImage#599
This API should be deprecated and it's not a good design. Maybe your use case is that: If we can ensure all the process happend during the same runloop, even if you provide a placeholder and call Of couse, if memory & disk cache missed. The placeholder will be rendering, and the network start, once finished, the imageView will trigger So, I think, all you need to do, it's a SDWebImageOptions for hint that the cache query should be synchronously, but not such a strange API. SD 4.3 introduce |