刷新列表的某一行

 NSIndexPath*indexPath_1=[NSIndexPathindexPathForRow:1inSection:0];

 NSArray*indexArray=[NSArray  arrayWithObject:indexPath_1];

 [myTableView reloadRowsAtIndexPaths:indexArraywithRowAnimation:UITableViewRowAnimationAutomatic];

posted @ 2014-04-10 14:02  AllenChan  阅读(237)  评论(0编辑  收藏  举报