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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -