抱歉,如果这个问题很愚蠢,但不是使用[mytableview reloaddata],我们如何才能重新加载特定的数据UITableViewCell。
			
			1300 次
		
1 回答
            6        
        
		
你想要 UITableView 的reloadRowsAtIndexPaths: withRowAnimation:方法。我已经为您链接了文档。
您需要提供的只是要重绘的单元格的索引路径。
于 2012-05-18T10:13:24.917   回答