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

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift