gpt4 book ai didi

uiviewanimation - `curveEaseInOut` 在 Swift 3 中不可用

转载 作者:行者123 更新时间:2023-12-01 09:50:53 26 4
gpt4 key购买 nike

在 swift 3 更新中,我收到此错误消息 enter image description here

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

谢谢

最佳答案

curveEaseInOut需要使用数组:

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

curveEaseInOut 已在 Swift 3.0 中移除,因此这里是实现动画的解决方法。

关于uiviewanimation - `curveEaseInOut` 在 Swift 3 中不可用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37960043/

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