I Want to implement custom font in my app. So i have added that in my Project Source code. I don’t want to set that programatically. Is this possible that I can do this with setting properties in xib?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add your custom font into your project , i.e. Dragged the font file(
CALIBRIZ_0.TTF) into XCode project.Edit Info.plist: Add a new entry with the key "Fonts provided by
application".
For each of your files, add the file name to this array
Opened the font in font book(double click on your font in finder) to see what the real filename is and
I see this:
Now set font to your label
Follow this to get more