質問編集履歴

1

文法の修正

2016/08/05 13:28

投稿

okome_daisuki
okome_daisuki

スコア8

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  animation.setValue(view.layer, forKey: "animation")
42
42
 
43
- hero.layer.addAnimation(animation, forKey: "animation")
43
+ view.layer.addAnimation(animation, forKey: "animation")
44
44
 
45
45
 
46
46