I need to set the font size of the title UILabel of a UIButton programmatically.
UILabel
UIButton
You can use:
button.titleLabel.font = [UIFont systemFontOfSize:14.0];