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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -