質問するログイン新規登録

質問編集履歴

2

書式の改善

2021/03/02 01:20

投稿

退会済みユーザー
title CHANGED
@@ -1,1 +1,1 @@
1
- エラーで困ってす。funcをoverrideできません。Method does not override any method from its superclass
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

書式の改善

2021/03/02 01:20

投稿

退会済みユーザー
title CHANGED
@@ -1,1 +1,1 @@
1
- エラーの解決の仕方が分かりません
1
+ エラーで困ってす。funcをoverrideできません。Method does not override any method from its superclass
body CHANGED
File without changes