Answers for "Set title font for button in 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

change the title of a button using Swift

button.setTitle("Button Title", for: .normal)
Posted by: Guest on January-14-2021

Code answers related to "Set title font for button in swift"

Code answers related to "Swift"

Browse Popular Code Answers by Language