作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
最佳答案
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/
在 swift 3 更新中,我收到此错误消息 如果方法调用有任何变化,请告诉我。 谢谢 最佳答案 curveEaseInOut需要使用数组: UIView.animate(withDuration:
我是一名优秀的程序员,十分优秀!