How to embed a custom font in my iOS application?
Solution:
1. First download the font file that you want to add in your iOS application with formate extension of .ttf
2.Add the file into your project
3.Add key in the info.plist with named "UIAppFonts".Save the plist
4.Use the font with the specified name
1. First download the font file that you want to add in your iOS application with formate extension of .ttf
2.Add the file into your project
3.Add key in the info.plist with named "UIAppFonts".Save the plist
4.Use the font with the specified name
Comments
Post a Comment