//刷新指定的indexPath NSIndexPath *reloadIndexPath = [NSIndexPath indexPathForRow:indexRow inSection:0]; [scheduleDetailListTableView reloadRowsAtIndexPaths:[NSArray arrayWithObject:reloadIndexPath] withRowAnimation:UITableViewRowAnimationNone];