Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set font to the label in launch Screen in iOS 8

Tags:

ios

How can we set font to a label in launch Screen, i have tried of setting custom fonts through storyboards. The font is applied and seen in the storyboard but when i launch the app i am not able to see the font applied.

How to overcome this problem.

like image 676
kool kims Avatar asked Feb 11 '15 12:02

kool kims


1 Answers

Even though it may appear like you can in Xcode 6, you can't specify a custom font for the launch screen, since the launch screen is shown before your fonts load. Create an image of your text and use that.

like image 190
Daniel R Avatar answered Nov 14 '22 23:11

Daniel R