質問編集履歴
1
修正
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
|
-
//
|
51
|
+
// インスタンスを取得
|
52
52
|
let imageView = cell.viewWithTag(1) as! UIImageView
|
53
53
|
imageView.image = img
|
54
54
|
|