摘要:
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{ if (indexPath.row == [cellItem count]) { [self fillData:[cellItem count]]; [self.tableView reloadData]; }} 阅读全文
posted @ 2013-04-25 14:21
信仰123
阅读(146)
评论(0)
推荐(0)