回答編集履歴

1

ソース修正

2015/09/04 16:50

投稿

jollyjoester
jollyjoester

スコア1585

test CHANGED
@@ -59,6 +59,8 @@
59
59
  [self.array removeObject:@(indexPath.row)];
60
60
 
61
61
  }
62
+
63
+ [tableView reloadData];
62
64
 
63
65
  }
64
66