質問編集履歴

1

文法事項に関して

2015/10/25 04:09

投稿

cheeeeeeese
cheeeeeeese

スコア179

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,13 @@
12
12
 
13
13
 
14
14
 
15
+ ```
16
+
15
- cell.artworkImageView.image = result ["artworkUrl100"] as? stringをif文以下に書き込む
17
+ cell.artworkImageView.image = result["artworkUrl100"] as? String
18
+
19
+ ```
20
+
21
+ をif文以下に書き込む
16
22
 
17
23
 
18
24