I need to set the font size of the title UILabel of a UIButton programmatically.
UILabel
UIButton
swift 4.x
button.titleLabel?.font = UIFont.systemFont(ofSize: 20)