slow scrolling of UITableView [duplicate]
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: UIImage in uitableViewcell slowdowns scrolling table I filled my table view data with plist file which will download from a server . but after user scrolls the table the scrolling is very slow ! this is my code : //this is my plist code that load from server NSURL *url = [NSURL URLWithString:@"http://example.com/news.plist"]; titles = [[NSArray arrayWithContentsOfURL:url] retain]; tableview : - (NSInteger