im is currently developing my application through the appearance proxy, and I ran into this problem: when I set the properties to the appearance of UIButton, my font is ignored:
[buttonAppearance setTitleColor:darkColor forState:UIControlStateNormal]; [buttonAppearance.titleLabel setFont:[UIFont fontWithName:@"Helvetica Neue" size:10.0]];
the first line is applied correctly (darkColor - some UIColor), but my font change is completely ignored. When I copy a line to my ViewController and apply it to a specific button, it works fine.
Am I missing something?
any help appreciated! tee
ios uibutton uiappearance
Maximilian KΓΆrner Jun 15 '13 at 21:11 2013-06-15 21:11
source share