I've a UIButton
that has a custom FONT
for the titleLabel
attribute.
For some reason on iOS 6.0
it shows only half of the title. I tried increasing the height of the title. but that didn't work.
What am i missing?
Is this my only option?
btn.titleLabel.font = [UIFont fontWithName:@"Frutiger95-UltraBlack" size:17];
This is how it should look (minus the color change)