摘要:
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];if (cell == nil) { cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease]; cell.textLabel.lineBreakMode = UILineBreakModeWordWrap; cell.textLab... 阅读全文
posted @ 2012-11-23 15:55
xiaoxiaoxigua
阅读(205)
评论(0)
推荐(0)

浙公网安备 33010602011771号