Hi,
Dont know if anybody is still looking this subject , but i ll give it a try...
I used chewbocka's tutorial...I added ns object named Utulities... i call it from cellForRowAtIndexPath: method, like this....
int storyIndex = [indexPath indexAtPosition: [indexPath length] - 1];
NSString *theURL = [[stories objectAtIndex:storyIndex] objectForKey:@"image"];
Utilities *utils = [[Utilities alloc] init];
UIImage *tempImg = [utils getCachedImage:theURL];
[cell.pic setImage:tempImg];
Its always shows the same parsed image...All table cells shows same pic :S
dont know what i'm doing wrong here
could anobody help me?
really thanks...