创建自定义行动画以重新加载 tableviewcell

发布于 2024-11-15 18:04:03 字数 108 浏览 4 评论 0原文

我知道您可以使用 reloadRowsAtIndexPath:withRowAnimation 重新加载行。 如何创建在替换行而不是内置选项时触发的动画。

一个例子确实会有帮助。 谢谢。

I know you can reload rows using reloadRowsAtIndexPath:withRowAnimation.
how can you create an animation that is triggered when the row is replaced instead of the built in options.

an example would really help.
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦魇绽荼蘼 2024-11-22 18:04:04

您的意思是...

insertRowsAtIndexPaths:withRowAnimation:, 
deleteRowsAtIndexPaths:withRowAnimation:, 
insertSections:withRowAnimation: and 
deleteSections:withRowAnimation:

而且,"withRowAnimation" 不是一个值,而是一种动画样式:您可以覆盖它。

Did you mean ...

insertRowsAtIndexPaths:withRowAnimation:, 
deleteRowsAtIndexPaths:withRowAnimation:, 
insertSections:withRowAnimation: and 
deleteSections:withRowAnimation:

And also, the "withRowAnimation" is not a value, but an animation style: You can override it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文