insertRowsAtIndexPaths 自定义动画 Swift
Posted
技术标签:
【中文标题】insertRowsAtIndexPaths 自定义动画 Swift【英文标题】:insertRowsAtIndexPaths custom animations Swift 【发布时间】:2015-09-03 15:39:07 【问题描述】:我的目标是使用insertRowsAtIndexPaths
函数为每个插入的单元格设置动画。
唯一的问题是默认动画样式并不是我想要的——我需要创建一个自定义的样式。
我浏览了堆栈中的解决方案并找到了一些,但它们是用 objC 编写的:Can you do custom animations for UITableView Cell Inserts?
我正在寻找类似的快速解决方案。
如果有人可以分享,那就太好了。
谢谢。
【问题讨论】:
同胞们。在给我一个问题之前,您至少可以提供一个指导方针。否则你在这个论坛上的存在有点没用。 【参考方案1】:试试下面的代码
table.insertRowsAtIndexPaths(index, withRowAnimation:UITableViewRowAnimation(rawValue: 3))
【讨论】:
试过了。没啥事儿。看起来类似于 reloadData,清除所有动画。以上是关于insertRowsAtIndexPaths 自定义动画 Swift的主要内容,如果未能解决你的问题,请参考以下文章
insertRowsAtIndexPaths 自定义动画 Swift
insertRowsAtIndexPaths:没有 reloadRowsAtIndexPaths 就不会动画:
带有 2 个动画的 insertRowsAtIndexPaths
insertRowsAtIndexPaths: with scrollToRowAtIndexPath: 导致 UITableView 部分被错误地隐藏