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

回答編集履歴

2

追記

2017/03/08 13:51

投稿

rocav
rocav

スコア9

answer CHANGED
@@ -20,6 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- ひとまず動きました。
23
+ ありがとうございました、ひとまず動きました。
24
24
  関係のありそうなところだけ改変して貼り付けます。
25
+
25
- ありうござました。
26
+ BestAnsにするには自信がありません。どなたかもっスマートなcodeをいただければ幸いです

1

文法の改変

2017/03/08 13:51

投稿

rocav
rocav

スコア9

answer CHANGED
@@ -1,5 +1,4 @@
1
- Swift
1
+ ```Swift
2
-
3
2
  func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell{
4
3
  let cell = table.dequeueReusableCell(withIdentifier: "Cell", for: indexPath)
5
4
 
@@ -17,6 +16,10 @@
17
16
  return cell
18
17
  }
19
18
 
19
+ ```
20
+
21
+
22
+
20
23
  ひとまず動きました。
21
- 関係のありそうなところだけ貼り付けます。
24
+ 関係のありそうなところだけ改変して貼り付けます。
22
25
  ありがとうございました。