gpt4 book ai didi

ios - UILabel 在 animateWithDuration 之后消失

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:20:37 28 4
gpt4 key购买 nike

我有一个 UILabel 可以滑入和滑出 View ,但滑回后它就会消失。我希望它坚持下去。

我怎样才能做到这一点?另外,为什么会这样?

代码如下:

[UIView animateWithDuration:0.1
delay:0.0
options:UIViewAnimationOptionAutoreverse
animations:^{
[self.listLabel setFrame:CGRectMake(325, 141, 320, 181)];
}
completion:nil];

谢谢。

最佳答案

official documentation

UIViewAnimationOptionAutoreverse前后运行动画。必须与 UIViewAnimationOptionRepeat 选项结合使用。

关于ios - UILabel 在 animateWithDuration 之后消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11894554/

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