最佳答案
UIFont
has methods to get regular font (systemFontOfSize
) or bold font (boldSystemFontOfSize
), but how to get a "thin system font" available through storyboard?
Passing "system-thin" to UIFont
Contructor doesn't work, this constructor only works for non system fonts.