How To Change The Font Of Buttons Programmatically Swift

[Solved] How To Change The Font Of Buttons Programmatically Swift | Swift - Code Explorer | yomemimo.com
Question : how to change the font of buttons programmatically swift

Answered by : encouraging-eland-ol9hnz3fcuoq

myButton.titleLabel?.font = UIFont(name: YourfontName, size: 20)

Source : https://stackoverflow.com/questions/25002017/how-to-change-font-of-uibutton-with-swift | Last Update : Mon, 20 Apr 20

Answers related to how to change the font of buttons programmatically swift

Code Explorer Popular Question For Swift