I have a UIButton coming from the Interface Builder and I want to set the title without using IB, this would make the multi language support easier. I guess there is something like this, but this doesn't work :roll: :
Code:
- (void)awakeFromNib {
[TheBtn setTitle:@"Title"];
}
In the Interface Builder I said that the button should have a shadow but the shadow isn't shown. I would like to have one!
Please help me!
Marius