animationDidStop:finished:
委托方法中告诉我 - 我可以看到[view_A.layer animationForKey:theAnimationKey]
是nil
,view_A.layer.animationKeys
是nil
和view_A.layer.animations
(GDB中的print view_A.layer可以显示)是空的。 (问题1 :从超级视图中删除视图时是否会自动删除所有动画?)[view_A.layer removeAnimationForKey:theAnimationKey]
来停止动画!答案 0 :(得分:1)
我认为这是Core Animation的一个错误。这是我的雷达:http://openradar.appspot.com/radar?id=6165852231565312。