[UIView performWithoutAnimation:^{
[self.tableView reloadRowsAtIndexPaths:@[indexPath, previousIndexPath]withRowAnimation:UITableViewRowAnimationNone];
}];
本文共 205 字,大约阅读时间需要 1 分钟。
[UIView performWithoutAnimation:^{
[self.tableView reloadRowsAtIndexPaths:@[indexPath, previousIndexPath]withRowAnimation:UITableViewRowAnimationNone];
}];
转载于:https://my.oschina.net/u/3708362/blog/1553482