How do I update the Font that is backinng text style "Title 1" in ios/xcode? -
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
Post a Comment