I need to set the font size of the title UILabel of a UIButton programmatically.
UILabel
UIButton
button.titleLabel.font = [UIFont systemFontOfSize:size];
should help
2.1m questions
2.1m answers
60 comments
57.0k users