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

How to blink a button iOS swift?

Convert NsNumber, NSDate to String in iOS Swift

Parse the value from string value iOS swift