【发布时间】:2015-07-29 17:07:16
【问题描述】:
在我将 Xcode 更新到 Xcode7.0 后,下面的方法引发了一个非常奇怪的错误:'Double' is not convertible to 'FloatLiteralConvertible'。
UIView.animateWithDuration(0.5, delay: 0.0, usingSpringWithDamping: 0.5 , initialSpringVelocity: 0.3, options: nil, animations: nil, completion: nil)
有人可以帮我吗?
【问题讨论】:
标签: ios swift animation uiview