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
  • 20,745
  • 15
  • 72
  • 98
user836026
  • 9,695
  • 13
  • 69
  • 120

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,517
  • 2
  • 22
  • 31