-
-
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
ImageView Flickering on a cell when reloadData #1587
Comments
same here |
it occurs on setShouldCacheImagesInMemory, just commented this line and it worked
But if i don't use setShouldCacheImagesInMemory, SDWebImage will be really expensive, see #1544 |
+1 (Retraction: I thought this was the issue, but was something else. 4.0 is working in this regard for me) |
@CavalcanteLeo Hi, the same issues, but now version not method |
@bpoplauschi @CavalcanteLeo Hi , same issues, but Version 4.3.3 not this method |
New Issue Checklist
Issue Info
Issue Description and Steps
My imageView of a tableViewCell is flickering all the time I reload the tableview.
It only occurs using SDWebImage
on my tableViewCellForRow:
and the method to request the data from serve:
I have tried with both [reloadData] and [reloadSections withRowAnimation] and both are blinking the imageView
Here is the video of the issue:
http://quick.as/r1w9tbYwR
The text was updated successfully, but these errors were encountered: