我们怎样才能将UILabel移动到新点,比如powerpoint的转换?

时间:2017-01-25 23:27:11

标签: swift animation frame cgrect

当我们使用这个时:

Do.frame =  CGRect (x:new x, y: new y, width: new width, height: new height)

它跳到了新的一点。我想要一些动画片。

1 个答案:

答案 0 :(得分:0)

  UIView.animate(withDuration: 0.3, animations: { 
      Do.frame =  CGRect (x:new x, y: new y, width: new width, height: new height)
  })

当然,我不认为编译,但你明白了。