I\'m trying to use custom font for my iOS app. Here is what I do
I added my custom font (m.tff) to Xcode Supporting files directory. Also I create entry called Fonts
Check to see if your [UIFont fontWithName:@"My font" size:15] line returns a UIFont object that is not null.
[UIFont fontWithName:@"My font" size:15]