From 77d5c7a8aa288e27135588d2926000a4ec54d943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=87=8D?= Date: Thu, 31 Mar 2016 16:17:24 +0800 Subject: [PATCH] =?UTF-8?q?Demo9=20=E8=A7=A3=E5=86=B3=E5=85=A8=E6=96=87?= =?UTF-8?q?=EF=BC=8C=E6=94=B6=E8=B5=B7=E7=9A=84=E9=98=B4=E5=BD=B1=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SDAutoLayoutDemo/DemoVC/DemoVC9/DemoVC9.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]; }]; }