gpt4 book ai didi

ios - 使用 animationImages 为 UIButton 设置动画会在动画完成后更改按钮状态淡入淡出

转载 作者:可可西里 更新时间:2023-11-01 04:50:13 24 4
gpt4 key购买 nike

我正在使用 animationImagesUIButton 制作动画并成功制作动画,但在动画完成后 UIButton 会自动淡出。如何避免淡出?

sender.imageView.animationImages =  [NSArray arrayWithObjects:
[UIImage imageNamed:[NSString stringWithFormat:@"main_bird_animation_01%@",ipadVar]],
[UIImage imageNamed:[NSString stringWithFormat:@"main_bird_animation_02%@",ipadVar]],
[UIImage imageNamed:[NSString stringWithFormat:@"main_bird_animation_03%@",ipadVar]],
nil];
sender.imageView.animationDuration = 1.f;
sender.imageView.animationRepeatCount = 4.f;
[sender.imageView startAnimating];

最佳答案

我得到了解决方案,实际上有一个名为 Disabled Adjust Image 的与 UIButton 关联的属性,我只是取消选中它就成功了。

enter image description here

关于ios - 使用 animationImages 为 UIButton 设置动画会在动画完成后更改按钮状态淡入淡出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39589524/

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