I need to set the font size of the title UILabel of a UIButton programmatically.
UILabel
UIButton
this may help :
[objBtn.titleLabel setFont:[UIFont fontWithName:@“fontname” size:fontsize]];