Reputation: 1384
I am trying to add an external font to my iOS application. I went to add an entry to the plist file, but when I checked, the section for "Fonts provided by application" isn't present.
Is this feature implemented differently in Xcode 5?
Cheers
Upvotes: 0
Views: 1011
Reputation: 23271
You should add "Fonts provided by application" in the plist yourself, first by adding a new field, selecting the proper category and adding your font name.
Keep in mind that selection is case sensitive.
1.Create new list by pressing the +
symbol
2.Type capital F
Upvotes: 5