UIlabel *label = [[UILabel alloc]initwithFrame:CGRectMake(260,0,200,40)];

[label setText:@chivas];

[label setBackgroundColor:[UIColor clearcolor]];

label.tag = 102;

[cell addsubview:label];

posted on 2012-04-15 10:43  chivas  阅读(154)  评论(0编辑  收藏  举报