Say you want a specific font for UIFont.
How do you know what it’s called?
E.g. if you wanted to use this code:
[someUILabelObject setFont:[UIFont fontWithName:@"American Typewriter" size:18]];
From where do you copy the exact phrase “American Typewriter”. Is there a header file in Xcode?
UPDATE
Also found this handy.
Might be interesting for you as Quick Win within the Debugger:
November 2018 – Update
A new swift-y reference for “Custom Fonts with Xcode” – by Chris Ching. I had to update, as this is a great value posting for the new way combined with all missing parts to use custom fonts in a project.