I am trying to include the "Hipchick" font in my project, but it does not work. I tested several methods and ended up with this: iOS tips: custom fonts to try and solve this problem, but it still doesn't work.
Here are some screens and code:

The font is added to the project: "hitch __. Ttf"

It is added to the .plist.

It is included.

Here is the font information.
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. NSLog(@"hipch___: %@",[UIFont fontNamesForFamilyName:@"Hipchick"]); testLbl.font = [UIFont fontWithName:@"Hipchick" size:30]; testLbl.text = @"Frank Zappa"; }
I tried "Hipchick", "hipchick" and "hitch__", but it still displays the wrong font.
I would really appreciate any help.
PeterK
source share