I am trying to change the font of a UIButton using Swift…
myButton.font = UIFont(name: "...", 10)
However .font
is deprecated and I’m not sure how to change the font otherwise.
Any suggestions?
I am trying to change the font of a UIButton using Swift…
myButton.font = UIFont(name: "...", 10)
However .font
is deprecated and I’m not sure how to change the font otherwise.
Any suggestions?