我想更新到tableview自定义单元格。我想在搜索时刷新表格单元格。我使用reloadRowsAtIndexPaths方法。这种方法有效,但没有更新单元格。你能帮帮我吗当我搜索时下面的方法运行-(void)doSearchHotelName:(id)sender{NSIndexPath*tmpIndexpath=[NSIndexPathindexPathForRow:1inSection:0];[self.tableVbeginUpdates];[self.tableVreloadRowsAtIndexPaths:[NSArrayarrayWithObjects:tmpIndexpa