tags:

views:

20

answers:

1
self.imageView.image = [UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:[dict objectForKey:@"img"]]]];

when i view images form web service through this code it will display images correctly. but when i scroll the cells in uitableview the images is again downloaded from web service. give an suggestion to show images with downloading again. give with example or code.

A: 

Why don't save downloaded images into local NSMutableArray with capacity of rows count?

NR4TR
can we use lazy table for it. send the way for doing it.
Vinod