Reputation: 4266
OK, so I've done a lot of reading, followed several tutorials, and I still cannot add a custom font to my iOS app.
I've (1) added and copied the fonts to xcode.
I've (2) added them to the correct target.
I've (3) made sure they are included as resources in the bundle.
I've (4) included them in my info.plist.
I've (5) tried to find them in my list of fonts by inserting this code.
Yet the fonts STILL do not appear. I recognize that the font name is not the same as the file name, but I compared the list of font family names and font names from before and after, and they are the exact same, proving no fonts were added. I've followed SO and these tutorials to a T but nothing is working.
Upvotes: 3
Views: 910