I\'m using the new Xcode 6 GM Seed and testing my app on the iPhone 6 and iPhone 6 Plus simulators. I\'m getting a strange effect on some projects I was previously working o
Adding Launch Image does not solve this problem.
You need to add LaunchScreen.xib into the project and add Launch screen interface file base name - LaunchScreen to Info.plist
Launch screen interface file base name
LaunchScreen
Create a new project with Xcode 6 GM. You will see what LaunchScreen.xib is. You can copy it into your existing project.