Removing Launch Screen in Xcode 6.0

前端 未结 7 1450
渐次进展
渐次进展 2020-12-31 01:50

I\'ve created a browser app, but every time it launches, the LaunchScreen.xib pops up first for a second or so. How can I stop this screen from appearing?

7条回答
  •  攒了一身酷
    2020-12-31 02:09

    In Xcode 6.4 you can just specify Main.storboard as your launch file in the Targets -> App Icons and Launch images -> Launch Screen File.

提交回复
热议问题