3

在 swift 3 更新中,我收到此错误消息在此处输入图像描述

如果方法调用有任何变化,请告诉我。

谢谢

4

1 回答 1

8

您需要使用数组curveEaseInOut

UIView.animate(withDuration: duration, delay: 0.0, option: [.curveEaseIn, .curveEaseOut], animations: { [weak self]() -> void in }

中的curveEaseInOut已被删除Swift 3.0,所以这里是实现动画的解决方法。

于 2016-06-22T06:25:26.537 回答