为什么我在Swift中使用位置的简单动画是倒置的?

时间:2015-09-05 13:15:02

标签: ios swift animation uiviewanimation

我只是想制作一个非常简单的动画来移动UIButton

我有这段代码:

UIView.animateWithDuration(2.0, animations: {
     shieldButton!.frame.origin.x += shieldButton!.bounds.width
}, completion: { finished in
     shieldButton!.hidden = true
 })

但是按钮从移动我希望它移动它的原始位置......

我真的不明白......

enter image description here

0 个答案:

没有答案