gpt4 book ai didi

swift - UIViewAnimationOptions 从 Swift 1 迁移到 Swift 2 时出错

转载 作者:行者123 更新时间:2023-11-30 10:11:19 26 4
gpt4 key购买 nike

我刚刚将 Xcode 更新到 7.0.1,因此也将 Swift 从 Swift 1 更新到 swift 2。

更新完成后我遇到了很多错误,这是我无法解决的问题之一。如果您能为我解决这个问题,那就太好了。

错误消息显示:

Nil is not compatible with expected type UIViewAnimationOption'

UIView.animateWithDuration(2, delay: 0, usingSpringWithDamping: 1, initialSpringVelocity: 6, options: nil, animations: ({

}), completion: nil)

最佳答案

使用UIViewAnimationOptions属性对象作为选项:

UIView.animateWithDuration(2, delay: 0, usingSpringWithDamping: 1, initialSpringVelocity: 6, options: UIViewAnimationOptions.CurveEaseInOut, animations: { () -> Void in

}, completion: nil)

关于swift - UIViewAnimationOptions 从 Swift 1 迁移到 Swift 2 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32849447/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com