今天项目遇到一个tb局部刷新的功能,之前没用过这个,记录下来供学习。学习
NSIndexPath *path = [NSIndexPath indexPathForRow:0 inSection:0]; [_tableView reloadRowsAtIndexPaths:[NSArray arrayWithObject:path] withRowAnimation:UITableViewRowAnimationBottom]; //对tableview局部进行刷新