如何在swift 3中重新加载没有动画的特定单元格?
Posted
技术标签:
【中文标题】如何在swift 3中重新加载没有动画的特定单元格?【英文标题】:How to reload a specific cell with out animation in swift 3? 【发布时间】:2017-12-02 09:42:37 【问题描述】:我正在尝试在 tableview 中赞一个帖子,在得到响应后,我需要在我的 tableview 中更新类似状态,而不知道用户表正在重新加载。
let indexPath = IndexPath(item: tag, section: 0)
self.tableCommunity.reloadRows(at: [indexPath], with: .fade)
【问题讨论】:
试试 self.tableCommunity.reloadRows(at: [indexPath], with: .none) 感谢它的工作 【参考方案1】:好友尝试使用代码:-
let indexPath = IndexPath(item: tag, section: 0)
self.tableCommunity.reloadRows(at: [indexPath], with: .none)
希望它会起作用。
【讨论】:
以上是关于如何在swift 3中重新加载没有动画的特定单元格?的主要内容,如果未能解决你的问题,请参考以下文章
(Swift)如何通过重新加载 UITableView 根据 UITextfield 输入(动画)显示/隐藏单元格?
如何重新加载 UIPageViewController 以在 Swift 中重新加载其视图