如题 怎么在iOS中设置字体为细体?
[UIFont fontWithName:<#(nonnull NSString *)#> size:<#(CGFloat)#>];http://iosfonts.com/
For the controls in the storyboard, there is a small box in front of the font size setting, just set it to regular. Code refer to the answer above
[UIFont fontWithName:<#(nonnull NSString *)#> size:<#(CGFloat)#>];
http://iosfonts.com/
For the controls in the storyboard, there is a small box in front of the font size setting, just set it to regular.
Code refer to the answer above