Reputation: 164281
I have added 3 custom font (.ttf) files to my iOS app: GT Walsheim Pro Regular, Bold and Medium.
I can load the fonts programmatically just fine, and if I enumerate the names, I get 3 distinct names:
GTWalsheimProRegular
GTWalsheimProBold
GTWalsheimProMedium
However, when I try to select the font style in interface builder, I get 3 instances of "Regular" for this font family, and no matter which one I choose, I get the regular font:
How can I select the Bold or Medium font in Interface Builder ? What can I do to troubleshoot ?
Upvotes: 0
Views: 187
Reputation: 7637
Install fonts on the machine and they will be listed in Xcode as expected.
Upvotes: 3