回答編集履歴

1

funcが抜けていたので修正

2020/01/24 08:31

投稿

thyda.eiqau
thyda.eiqau

スコア2982

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```swift
8
8
 
9
- tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
9
+ func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
10
10
 
11
11
  if movieCellと判断する基準 { return 50 }
12
12