// [self beginUpdates]; //有时候会造成崩溃,但是没有查到具体原因 [self reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationNone]; // [self endUpdates]; 不知道你们这个错误修改好没有~