Search code examples
iosxcodelaunch

Removing Launch Screen in Xcode 6.0


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?


Solution

  • Click on you project, in the Info tab you have the line "Launch screen interface file base name"

    You can just remove that line.