Answers for "how can I set title font in button swift"

1

how to change the font of buttons programmatically swift

myButton.titleLabel?.font =  UIFont(name: YourfontName, size: 20)
Posted by: Guest on April-13-2020

Code answers related to "how can I set title font in button swift"

Code answers related to "Swift"

Browse Popular Code Answers by Language