diff --git a/SDAutoLayoutDemo/DemoVC/DemoVC9/DemoVC9.m b/SDAutoLayoutDemo/DemoVC/DemoVC9/DemoVC9.m index 3c61c95..7626f5b 100644 --- a/SDAutoLayoutDemo/DemoVC/DemoVC9/DemoVC9.m +++ b/SDAutoLayoutDemo/DemoVC/DemoVC9/DemoVC9.m @@ -213,7 +213,8 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N [cell setMoreButtonClickedBlock:^(NSIndexPath *indexPath) { SDTimeLineCellModel *model = weakSelf.dataArray[indexPath.row]; model.isOpening = !model.isOpening; - [weakSelf.tableView reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationFade]; +// [weakSelf.tableView reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationFade]; + [weakSelf.tableView reloadData]; }]; }