SpriteKit - SKScene bounds are not equal to SKView bounds

前端 未结 1 1285
情书的邮戳
情书的邮戳 2020-12-12 01:43

Recently I\'ve created a new Xcode - Game project. Without touching anything I ran the template. I was expecting a standard Hello World! app, but I noticed one thin

相关标签:
1条回答
  • 2020-12-12 02:38

    It looks like the default SpriteKit Game template is missing a Launch Screen. You need to add it manually:

    1. Add a Launch Screen:

    New File -> iOS -> User Interface -> Launch Screen

    1. Set the name of your new launch screen in:

    [Your Project] -> General -> Launch Screen File

    0 讨论(0)
提交回复
热议问题