回答編集履歴

2

修正

2016/12/23 08:40

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ② `UITableViewController`の`ViewDidLoad()`メソッドが呼ばれている
6
6
 
7
- ③ `UITableViewCell`の`Identifier`が`cell`になっている(スクショ参照)
7
+ ③ `UITableViewCell`の`Identifier`が`cell`(全て小文字)になっている(スクショ参照)
8
8
 
9
9
 
10
10
 

1

修正

2016/12/23 08:40

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  ① `UITableViewController`のカスタムクラスに載せているコードを記述している
4
4
 
5
+ ② `UITableViewController`の`ViewDidLoad()`メソッドが呼ばれている
6
+
5
- `UITableViewCell`の`Identifier`が`cell`にっている(スクショ参照)
7
+ `UITableViewCell`の`Identifier`が`cell`にっている(スクショ参照)
6
8
 
7
9
 
8
10