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

[label setText:@chivas];

[label setBackgroundColor:[UIColor clearcolor]];

label.tag = 102;

[cell addsubview:label];

相关文章: