gpt4 book ai didi

ios - UIView动画警告

转载 作者:可可西里 更新时间:2023-11-01 03:26:43 25 4
gpt4 key购买 nike

我正在使用以下代码

[UIView animateWithDuration:1.0
delay:0.05
options:UIViewAnimationCurveEaseIn
animations:^{

//Code

} completion:^(BOOL finished) {}];

我收到以下警告

Implicit conversion from enumeration type 'enum UIViewAnimationCurve' to different enumeration type 'UIViewAnimationOptions' (aka 'enum UIViewAnimationOptions')

如何解决?

最佳答案

您应该改用 UIViewAnimationOptionCurveEaseIn

UIViewAnimationCurveEaseIn 是其他方法中使用的不同枚举的一部分。

关于ios - UIView动画警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15968100/

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