【发布时间】:2011-01-05 09:08:05
【问题描述】:
infoLabel=[[UILabel alloc]initWithFrame:CGRectMake(90,150, 200, 30)];
[infoLabel setText:@"Drag 14 more Flavors"];
[infoLabel setBackgroundColor:[UIColor clearColor]];
[infoLabel setFont:[UIFont fontWithName:@"Arial" size:17]];
[infoLabel setTextColor:[UIColor colorWithRed:1.0 green:0 blue:0 alpha:1 ]];
我使用上面的标签来获得红色,但客户说我需要更深的颜色,请帮助
【问题讨论】:
-
如果红色不够暗,我建议黑色(不会比那个更暗)