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 

Comments

Popular posts from this blog

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift