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

質問編集履歴

1

修正

2020/04/22 08:37

投稿

sunglass
sunglass

スコア303

title CHANGED
File without changes
body CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  let img = UIImage(named: imgArray[indexPath.row] as! String)
50
50
 
51
- // UIImageViewをインスタンス
51
+ // インスタンスを取得
52
52
  let imageView = cell.viewWithTag(1) as! UIImageView
53
53
  imageView.image = img
54
54