質問編集履歴

2

分修正

2019/07/08 05:33

投稿

mogiruri
mogiruri

スコア37

test CHANGED
File without changes
test CHANGED
@@ -220,6 +220,10 @@
220
220
 
221
221
  ```
222
222
 
223
+ `withOwner: nil` これを `withOwner: ListCell.self` にもしてみましたがダメでした。
224
+
225
+
226
+
223
227
 
224
228
 
225
229
  よろしくお願いします。

1

誤字

2019/07/08 05:32

投稿

mogiruri
mogiruri

スコア37

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- Storyboard を使用したインスタンス化を用いて行うDIはなんかできたのですが、
9
+ Storyboard を使用したインスタンス化を用いて行うDIはなんかできたのですが、
10
10
 
11
11
  UITableViewCell + cellのxibを使用して`func inject()`を呼ぶところで`presenter`がnilとなってしまいます。
12
12