I need to set the font size of the title UILabel of a UIButton programmatically.
UILabel
UIButton
Swift 3:
myButton.titleLabel?.font = myButton.titleLabel?.font.withSize(40)