I need to set the font size of the title UILabel of a UIButton programmatically.
UILabel
UIButton
This should get you going
[btn_submit.titleLabel setFont:[UIFont systemFontOfSize:14.0f]];