質問編集履歴

2

追記

2018/08/28 12:05

投稿

Hayato1201
Hayato1201

スコア224

test CHANGED
File without changes
test CHANGED
@@ -115,3 +115,11 @@
115
115
 
116
116
 
117
117
  これはどういう事でしょうか?
118
+
119
+
120
+
121
+ ------追記ですーーーーーーーーーー
122
+
123
+
124
+
125
+ すみません確かに大文字と小文字間違えていました。。。ただそれでも最初の2つの方のエラーが取れません・・・こちらの原因はなんなのでしょうか。。。?

1

修正

2018/08/28 12:05

投稿

Hayato1201
Hayato1201

スコア224

test CHANGED
@@ -1 +1 @@
1
- swiftのエラー, Cannot assign value of type 'hogeViewController' to type 'UITableViewDelegate?'についてです。
1
+ swiftのエラー, Cannot assign value of type 'hogeViewController' to type 'UITableViewDelegate?'などについてです。
test CHANGED
@@ -86,7 +86,7 @@
86
86
 
87
87
  tableView.delegate = self //エラーCannot assign value of type 'MainpageViewController' to type 'UITableViewDelegate?'
88
88
 
89
- tableView.dataSource = self /エラーCannot assign value of type 'MainpageViewController' to type 'UITableViewDataSource?'
89
+ tableView.dataSource = self //エラーCannot assign value of type 'MainpageViewController' to type 'UITableViewDataSource?'
90
90
 
91
91
  // Do any additional setup after loading the view.
92
92