I was trying to set the font of UILabel manually. Previously, I use system font black of size 48. so label.font = UIFont(name: "", size: CGFLoat(48))
what is the name it should be, to make the text of the label has the same look as system black 48.
I was trying to set the font of UILabel manually. Previously, I use system font black of size 48. so label.font = UIFont(name: "", size: CGFLoat(48))
what is the name it should be, to make the text of the label has the same look as system black 48.