如何设置UIButton的颜色?

时间:2012-02-07 14:44:06

标签: ios uibutton

知道如何设置UIButton的背景颜色吗?

我尝试使用

self.sendButton.backgroundColor = [UIColor greenColor];

但它不起作用。

1 个答案:

答案 0 :(得分:7)

您需要使用自定义按钮。您可以将图像设置为背景或定义UIColor。

看一下这些链接:

Iphone UIButton background color

Is it even possible to change a UIButtons background color?