質問編集履歴

2

文字修正

2020/02/05 08:02

投稿

duck015
duck015

スコア29

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  そのため、QuestionmodelからQuestionListViewPresenterへ処理結果ががうまく渡せていないものと推測しています。
20
20
 
21
- 実際にQuestionListViewPresenter の`fetchQuestions()`内、`print(questionModel.questions)`では`[]`が出力されています。
21
+ 実際にQuestionListViewPresenterの`fetchQuestions()`内、`print(questionModel.questions)`では`[]`が出力されています。
22
22
 
23
23
  ただ、そこからいろいろ調べてみましたが原因が分からず、解決策をご教示いただけませんでしょうか?
24
24
 

1

誤字修正

2020/02/05 08:02

投稿

duck015
duck015

スコア29

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  QuestionModel内でAPIを叩き、配列`questions`に追加しています。
10
10
 
11
- そして、処理結果をQuestionListViewPresenterへ渡し、NewArrivalQuestionListViewControllerでTableViewに表示させるといった流れです。
11
+ そして、処理結果をQuestionListViewPresenterへ渡し、NewArrivalQuestionListViewControllerでTableViewに表示させるといった流れです。
12
12
 
13
13
 
14
14