摘要: // 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 菜鸟程序猿 阅读(194) 评论(0) 推荐(0) 编辑