Answers for "set button font programmatically 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
0

swift programmatically set font

label.font = UIFont.systemFont(ofSize: 14, weight: .light)
Posted by: Guest on June-27-2021

Code answers related to "set button font programmatically swift"

Code answers related to "Swift"

Browse Popular Code Answers by Language