Hi,
During a time in my app - I make a button a button not enabled
myButton.enabled = NO;
The problem is that I've made my button in IB with an image, and just a UILabel overtop of it. The label does not grey out when the buttons does.
In IB - is there a way to link the label to the button?