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
548k questions
547k answers
4 comments
86.3k users