刷新列表的某一行

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

 NSArray*indexArray=[NSArray  arrayWithObject:indexPath_1];

 [myTableView reloadRowsAtIndexPaths:indexArraywithRowAnimation:UITableViewRowAnimationAutomatic];

原文地址:https://www.cnblogs.com/allenChan/p/3656368.html