Upgrade Xcode6 after the direct establishment of the empty project found that this is too pit, really is nothing ah. There's only one way to change.
summarized as follows:1. Create a single view application 2. Open Info.plist (Don't tell me where to find info.plist), delete the Launch Screen interface file base name and Main Main Storyboard file base name3. Delete Main.storyboard and Launchscreen.xib4. Modify APPDELEGATE.M5. Then run the program and find that the program interface on the iphone5s is only iPhone4 on the size. This is all an old problem, add a picture [email protected]. OK, all done.
Xcode 6 The default new launch page is launchscreen.xib, system by detecting whether there is this file, to determine the app
If you want to support IOS 7 , you must also add Launch Image assets.
app to support ios 7 However, the launch image Assets ios 7
Workaround:
Target, General Tab, App Icons and Launch Images, add Launch image
https://developer.apple.com/library/ios/documentation/ides/conceptual/appdistributionguide/ Configuringyourapp/configuringyourapp.html#//apple_ref/doc/uid/tp40012582-ch28-sw3
Chubby says 9------New empty project in IOS Xcode6 and the program interface on iphone5s only size on iPhone4