gpt4 book ai didi

ios - 取消一个 UIView 动画?

转载 作者:IT王子 更新时间:2023-10-29 07:25:23 28 4
gpt4 key购买 nike

UIView 动画是否可以取消?还是我必须降到 CA 级别?

即我做过这样的事情(也许也设置了结束动画 Action ):

[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:duration];
[UIView setAnimationCurve: UIViewAnimationCurveLinear];
// other animation properties

// set view properties

[UIView commitAnimations];

但是在动画完成并且我得到动画结束事件之前,我想取消它(缩短它)。这可能吗?谷歌搜索发现一些人问同样的问题但没有答案 - 一两个人猜测它无法完成。

最佳答案

使用:

#import <QuartzCore/QuartzCore.h>

.......

[myView.layer removeAllAnimations];

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

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