質問編集履歴
2
書式の改善
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
エラー
|
1
|
+
エラーの解決法が分かりません。Method does not override any method from its superclass
|
body
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
}
|
45
45
|
```
|
46
46
|
|
47
|
-
##
|
47
|
+
##発生しているエラー
|
48
48
|
上のコードの3箇所に同じ「Method does not override any method from its superclass」というエラーが出ていて、その3箇所が
|
49
49
|
```html
|
50
50
|
override func numberOfSections(in tableView: UITableView) -> Int {
|
1
書式の改善
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
エラー
|
1
|
+
エラーで困ってます。funcをoverrideできません。Method does not override any method from its superclass
|
body
CHANGED
File without changes
|