回答編集履歴
2
修正
answer
CHANGED
@@ -97,4 +97,7 @@
|
|
97
97
|
回答追記 サンプル
|
98
98
|
---
|
99
99
|
|
100
|
-
[teratail_45367 サンプル](https://github.com/KentarouKanno/teratail_45367)
|
100
|
+
[teratail_45367 サンプル](https://github.com/KentarouKanno/teratail_45367)
|
101
|
+
中にプロジェクトが2つ入っていて`teratail_45367-1`の方がデータを削除、追加しているもので`teratail_45367-2`がセルの高さを変更しているものです。
|
102
|
+
|
103
|
+
参考にしてみてください。
|
1
修正
answer
CHANGED
@@ -92,4 +92,9 @@
|
|
92
92
|
delegate?.pushDeleteAction(cellIndexPath)
|
93
93
|
}
|
94
94
|
}
|
95
|
-
```
|
95
|
+
```
|
96
|
+
|
97
|
+
回答追記 サンプル
|
98
|
+
---
|
99
|
+
|
100
|
+
[teratail_45367 サンプル](https://github.com/KentarouKanno/teratail_45367)
|