很简单,在刷新cell的地方调用UIView的类方法即可:
[UIView performWithoutAnimation:^{
[self.tableView reloadRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:index inSection:0]] withRowAnimation:UITableViewRowAnimationNone];
}];
很简单,在刷新cell的地方调用UIView的类方法即可:
[UIView performWithoutAnimation:^{
[self.tableView reloadRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:index inSection:0]] withRowAnimation:UITableViewRowAnimationNone];
}];