//2.将图片放到缓存中
self.images[operation.url]=image;
//3.刷新表格(只刷新下载的那一行)
[self.tableView reloadRowsAtIndexPaths:@[operation.indexPath] withRowAnimation:UITableViewRowAnimationAutomatic];
NSLog(@"--%d--%@--",operation.indexPath.row,[NSThread currentThread]);
}
@end
打印查看:
注:相关教程知识阅读请移步到IOS开发频道。











