7

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.

kool kims
  • 169
  • 2
  • 13
  • 1
    Are you making changes in _LaunchScreen.xib_ file or in _Main.storyboard_? Because launch screen have a separate xib from storyboard, so make sure you are applying changes at right place. – Gandalf Feb 11 '15 at 12:50

3 Answers3

15

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.

Daniel R
  • 312
  • 1
  • 9
-3

@kool kims,

its simple, Directly go to LaunchScreen.xib then Select Label & Change its Property From Right side of Menu ..

//For More Click Link to See - https://i.stack.imgur.com/nrRPM.png

Mehul
  • 3,033
  • 23
  • 37
  • I tried same but when i launch the app on my iPhone the font is not applied on label but on the xib it is seen as if the font is applied, i am totally confused why the font is not applied to the label. – kool kims Feb 12 '15 at 11:08
-5

Launch file

You need add .xib file how Launch Screen File and add your design to it.

LLIAJLbHOu
  • 1,313
  • 12
  • 17