重新加载特定uitableview单元格的数据

时间:2012-05-18 10:11:37

标签: iphone objective-c ios uitableview

  

可能重复:
  Is it possible to refresh a single UITableViewCell in a UITableView?

很抱歉,如果问题很愚蠢但不是使用[mytableview reloaddata],我们如何才能重新加载特定UITableViewCell的数据。

1 个答案:

答案 0 :(得分:6)

您需要UITableView的reloadRowsAtIndexPaths: withRowAnimation:方法。我已经为你链接了文档。

您需要提供的只是要重绘的单元格的索引路径。