标签: ios uibutton
知道如何设置UIButton的背景颜色吗?
我尝试使用
self.sendButton.backgroundColor = [UIColor greenColor];
但它不起作用。
答案 0 :(得分:7)
您需要使用自定义按钮。您可以将图像设置为背景或定义UIColor。
看一下这些链接:
Iphone UIButton background color
Is it even possible to change a UIButtons background color?