iOS-boilerplate icon indicating copy to clipboard operation
iOS-boilerplate copied to clipboard

Async Cell Images not displaying correctly

Open sarperdag opened this issue 12 years ago • 3 comments

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.

sarperdag avatar Dec 15 '11 20:12 sarperdag