Following are the steps to add new fonts which not available in iOS sdk.
1) Download the font file and add that file in resource folder
2) go to App- info.plist and add key "Fonts provided by application" and in value add the name in that font.
3) in code write the name of font file without its extension. If the name of font file is "test.otf", then in code it will be
0 Comment(s)