Needs to display iPhone gallery images as thumbnails in UITableViewCell
问题 In my application,I am allowing user to select one or multiple images from gallery and as the user is selecting the images,I am storing all the url in an array - (void)elcImagePickerController:(ELCImagePickerController *)picker didFinishPickingMediaWithInfo:(NSArray *)info { [self dismissViewControllerAnimated:YES completion:nil]; for (NSDictionary *dict in info) { url = dict[@"UIImagePickerControllerReferenceURL"]; [self.images addObject:url]; NSLog(@"array value:%@",self.images); [self