gpt4 book ai didi

UITableViewCell 上的 iOS Spring 动画

转载 作者:行者123 更新时间:2023-11-28 22:10:39 26 4
gpt4 key购买 nike

我的应用程序中有自定义 UITableViewCell。当我点击这个单元格时,我希望这个单元格从左到右执行一些 Spring 效果动画。我怎样才能做这样的动画?

最佳答案

使用 animateWithDuration: animation: 你可以做一些巧妙的事情。

它是这样使用的:

[UIView animateWithDuration:(float duration) animation^{(block)}];

Duration 是执行动画 所需的时间,block 是假设在 中发生的事情持续时间,例如:

cell.center = CGPointMake(cell.center.x+50, cell.center);

关于UITableViewCell 上的 iOS Spring 动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23006794/

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