gpt4 book ai didi

ios - 如何为表格 View 单元格文本标签设置动画

转载 作者:行者123 更新时间:2023-11-29 02:55:26 25 4
gpt4 key购买 nike

我有这段代码,我想制作动画。请有人帮助我。当我运行代码时,它正常显示!我只想将其显示为动画文本标签。慢慢进来。有人请帮帮我,有 cell.ImageView 的动画属性可用。但不适用于 textLabel。

cell.textLabel.frame = CGRectMake(55, 143, 88, 24);

我试过了,但是不行,

[UIView animateWithDuration:0.036 animations:^{
cell.textLabel.frame = CGRectMake(55, 143, 88, 24);
} completion:nil];
[UIView commitAnimations];

最佳答案

也许你正在寻找,

[UIView animateWithDuration:0.25 animations:^{
cell.textLabel.frame = CGRectMake(55, 143, 88, 24);
}];

关于ios - 如何为表格 View 单元格文本标签设置动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23954528/

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