I'm having trouble loading a custom font.
.m file:
- (void)viewDidLoad
{
[label setFont:[UIFont fontWithName:@"BIO.TTF" size:32]];
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
I did type in the font name "BIO.TTF" in the .plist file. The font is provided by the application.