Remove launch screen, Xcode 7
Contrary to an answer I received, you CAN disable the splash/launch screen. To do so:
click on your project
go to General
- scroll down to App Icons and Launch Images
- Change "Launch Screen File" to whatever your first view controller is, i.e. MainViewController
Your first view controller will now display instead of the Launch Image.
You can open XCode and try this: