I need to set the font size of the title UILabel of a UIButton programmatically.
UILabel
UIButton
you can also customise button font with bold, italic. this example with bold system font size.
[LoginButton.titleLabel setFont:[UIFont boldSystemFontOfSize:15.0f*Ratio]];