UITableViewCell中如何实现滚动动画?

How to achieve scrolling animation in UITableViewCell?

我的应用程序需要在合适的单元格中显示以下动画。在下面的link中可以很容易地看到动画。 UITableCell animation sample

如何实现这个动画?

您可以使用 UITableViewtableView:WillDisplayCell:ForRowAtIndexPath: 委托来编写您自己的自定义动画。这 link 可能会有所帮助。

查看此源代码,正是您要找的东西,

https://github.com/mrugrajsinh/AnimatedTableViewCellDemo