回答編集履歴
1
ソース修正
answer
CHANGED
@@ -29,6 +29,7 @@
|
|
29
29
|
cell.accessoryType = UITableViewCellAccessoryNone;
|
30
30
|
[self.array removeObject:@(indexPath.row)];
|
31
31
|
}
|
32
|
+
[tableView reloadData];
|
32
33
|
}
|
33
34
|
```
|
34
35
|
|