質問編集履歴

1

ソースコード一部修正

2023/01/12 12:24

投稿

takeshi1907
takeshi1907

スコア54

test CHANGED
File without changes
test CHANGED
@@ -35,6 +35,7 @@
35
35
  rowListArray.append(indexPath.row)
36
36
  print(rowListArray)
37
37
  }
38
+ tableView.reloadRows(at: [indexPath], with: .automatic)
38
39
  }
39
40
 
40
41
  ```