[UIView performWithoutAnimation:^{
[self.tableView reloadRowsAtIndexPaths:@[indexPath, previousIndexPath]withRowAnimation:UITableViewRowAnimationNone];
}];
[UIView performWithoutAnimation:^{
[self.tableView reloadRowsAtIndexPaths:@[indexPath, previousIndexPath]withRowAnimation:UITableViewRowAnimationNone];
}];
转载于:https://my.oschina.net/u/3708362/blog/1553482