gpt4 book ai didi

swift - Xcode 6 beta 7 UIView.animateWithDuration 调用中的额外参数 'usingSpringWithDamping'

转载 作者:可可西里 更新时间:2023-11-01 00:38:18 25 4
gpt4 key购买 nike

我只在使用 Swift 时遇到这个错误,我想知道目前是否还有其他人有这个问题

Extra argument 'usingSpringWithDamping' in call

UIView.animateWithDuration(NSTimeInterval(doctorPracticeDuration), delay: 0.0, usingSpringWithDamping: 0.3, initialSpringVelocity: textAnimationVelocity, options: .CurveEaseInOut, animations: {}, completion: {success in })

我正在使用 Xcode 6 beta 7

这很有趣:

UIView.animateWithDuration(NSTimeInterval(doctorPracticeDuration), delay: 0.0, options: .Repeat, animations: {}, completion: {finished in })

有没有可能 Swift 还不支持使用 spring 动画?我知道现在还早...

最佳答案

我花了很多时间来解决这个问题。 Swift 有可怕的错误信息。在我的例子中,问题与完成 block 有关。

我有这个:

label.transform = CGAffineTransformMakeTranslation(label.frame.size*2, 0)

注意到这个问题了吗?我将 CGSize 乘以 2。修复了它并且它起作用了。

我的建议是检查您的动画/完成 block ,因为问题很可能出自那里。

关于swift - Xcode 6 beta 7 UIView.animateWithDuration 调用中的额外参数 'usingSpringWithDamping',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25678404/

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