Is it even possible to change a UIButtons background color??
- by dubbeat
Hey,
This one has me stumped.
Is it possible at all to change the background color of a UIButton in Cocoa for iphone.
I've tried setting the background color but it only changes the corners. SetBackgroundColor seems to be the only method available for such things.
Please refer to my screen shot
[random setBackgroundColor:[UIColor blueColor]];
[random.titleLabel setBackgroundColor:[UIColor blueColor]];