Answers for "set button font swift custom"

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 "Swift"

Browse Popular Code Answers by Language