设置自定义UILabel

时间:2012-04-14 19:44:21

标签: ios fonts uilabel

我想获得一个UILabel,其背景和字体与此图片相同。

enter image description here

1 个答案:

答案 0 :(得分:2)

简单,首先拖放标签。

enter image description here

选择您的标签,然后您可以通过执行以下操作来调整其属性。

定义自定义字体颜色。

enter image description here

选择您认为最符合您要求的字体。

enter image description here

更改背景颜色。

enter image description here

或者对于作为标签背景的渐变效果,您可以通过将图像设置为背景来完成此操作。

theLabel.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"blah"]];

我已经引导您完成了实现这一目标的步骤,但是为了将来参考,您只需要求某人为您完成工作,就不会在本网站上得到很好的回复。