Answers for "swift change button font programmatically"

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 "swift change button font programmatically"

Code answers related to "Swift"

Browse Popular Code Answers by Language