I am trying to change the font of a UIButton using Swift… myButton.font = UIFont(name: "...", 10) However .font is deprecated and I’m ...
-
May 21, 2022
- 0 Comments