I have download a ttf file for a custom font I want to use in my app.
I've added it to my supporting files, amended my .plst file so that there's a new entry called "fonts provided by application" and then set the value to the filename of my font file (copied and pasted so no typos).
I've also checked it's included in my Build phases, Copy bundle resources.
When i now select a label and then go to change the font, my custom font is not there.
Am i missing a step?
Thanks