Swift Programmatically Set Font

[Solved] Swift Programmatically Set Font | Swift - Code Explorer | yomemimo.com
Question : swift programmatically set font

Answered by : kristopher-wrobel

label.font = UIFont.systemFont(ofSize: 14, weight: .light)

Source : https://stackoverflow.com/questions/33999976/how-to-set-text-font-as-system-thin-in-swift | Last Update : Sun, 04 Jul 21

Answers related to swift programmatically set font

Code Explorer Popular Question For Swift