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.