UITableView 刷新Cell

// UITableView 刷新Cell
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:rowIndex inSection:0]; NSArray *index = [NSArray arrayWithObject:indexPath]; [tableView reloadRowsAtIndexPaths:index withRowAnimation:UITableViewRowAnimationMiddle];

 

posted @ 2013-05-08 18:52  菜鸟程序猿  阅读(193)  评论(0编辑  收藏  举报