I am trying to use a custom font in my application, which is of ttf format. In the Project settings, I have addd that font name like below .

And I have added that font in my resources folder like below

And the font Which I am trying to use is this one 
_enterButton.titleLabel.font = [UIFont fontWithName:@"Venus Rising" size:45.0];
If I use Arial or some other font, it works fine. But when I am trying to use this font, it is not at all working. Can anyone tell me why ??
You missed extension of font in info.plist, I mean in Info.plist, “Fonts provided by application” you need to set “Venus Rising.ttf” then your problem will be solved