How do I update the Font that is backinng text style "Title 1" in ios/xcode? -


sort of css, want use custom font "title 1" heading. i'm not sure how in storyboard.??

enter image description here

as of ios 9, ios system font "san francisco" ... "helvetica neue".

all of text styles based on system font, fonts returned by:

// obj-c uifont *fnt = [uifont preferredfontfortextstyle:uifonttextstylecaption1];  // swift let fnt = uifont.preferredfont(fortextstyle: uifonttextstyle.caption1) 

Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

Ansible warning on jinja2 braces on when -