Skip to content
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

Async Cell Images not displaying correctly #21

Open
sarperdag opened this issue Dec 15, 2011 · 3 comments
Open

Async Cell Images not displaying correctly #21

sarperdag opened this issue Dec 15, 2011 · 3 comments

Comments

@sarperdag
Copy link

I have increased the size of the results coming from the Twitter search example in AsyncCellImagesExample.m by changing the code as below

NSArray *keys = [NSArray arrayWithObjects:@"q", @"rpp", nil];
NSArray *objects = [NSArray arrayWithObjects:@"iOS", @"100", nil];
NSDictionary *params = [NSDictionary dictionaryWithObjects:objects forKeys:keys];

And when I run the code on my iPhone, if you scroll directly to the bottom of the table view, very fast, the images start showing some previously fetched and rendered versions, and then they quickly go back to normal. It is like there is some flickering, showing incorrect images.

@syntaxTerr0r
Copy link

I reproduce this too.

@syntaxTerr0r
Copy link

IMO the issue come from the cell reusing, but even if I clear the graphics context in the prepareForReuse method, the problem still persist. The best way to reproduce this issue is by disabling the WiFi/3G network of the device. I reproduce this each time i'm using a low bandwidth connection (like Edge).

Any help around here?
Thanks!

@sourcebits-tariq
Copy link

Dev,

How we can avoid this flickering issue ? It's very annoying.
I have more than 1000 friend list in a UITableView. So if I scroll down its flickering with previous image almost 20+ times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants