tableView 只刷新一行的方法:
NSIndexPath *index = [NSIndexPath indexPathForRow:alertView.tag inSection:0];
[self.tableView reloadRowsAtIndexPaths;@[indexPath] withRowAnimation:UITableViewRowAnimationAutomatic];
转载于:https://www.cnblogs.com/yangqinglong/p/5502227.html
相关资源:数据结构—成绩单生成器