I need to set the font size of the title UILabel of a UIButton programmatically.
UILabel
UIButton
This would be helpful
button.titleLabel.font = [UIFont fontWithName:@"YOUR FONTNAME" size:12.0f]