objective - C : Loading image from URL?
问题 Sorry for question title. I can not find a suitable title. I have UITableView content images from url when i open the UITableView the View did not show until the images loaded and that takes along time. I get the images from JSON by php. I want to show the table and then images loading process. This is code from my app: NSDictionary *info = [json objectAtIndex:indexPath.row]; cell.lbl.text = [info objectForKey:@"title"]; NSString *imageUrl = [info objectForKey:@"image"]; cell.img.image =