5

Any idea how to set background color of a UIButton?

I tried to use

self.sendButton.backgroundColor = [UIColor greenColor];

but it didn't work.

GEOCHET
  • 21,119
  • 15
  • 74
  • 98
user836026
  • 10,608
  • 15
  • 73
  • 129

1 Answers1

7

You need to use a custom button. You can set an image as the background or define UIColor.

Take a look at these links:

Iphone UIButton background color

Is it even possible to change a UIButtons background color?

Community
  • 1
  • 1
BobbyScon
  • 2,537
  • 2
  • 23
  • 32