iOS UITableView reloadRowsAtIndexPaths 闪烁 发表于 2021-09-02 | 分类于 iOS 这样就行了 123[UIView performWithoutAnimation:^{ [tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:[NSIndexPath indexPathForRow:indexPath.row inSection:0],nil] withRowAnimation:(UITableViewRowAnimationNone)]; }];