摘要: cell.namelabel.text = [[alpha substringFromIndex:indexPath.row]substringToIndex:1];从多少位开始取多少位 阅读全文
posted @ 2012-04-15 16:11 chivas 阅读(3834) 评论(0) 推荐(0) 编辑
摘要: UIlabel *label = [[UILabel alloc]initwithFrame:CGRectMake(260,0,200,40)];[label setText:@chivas];[label setBackgroundColor:[UIColor clearcolor]];label.tag = 102;[cell addsubview:label]; 阅读全文
posted @ 2012-04-15 10:43 chivas 阅读(153) 评论(0) 推荐(0) 编辑