iOS Xcode6 How to manually create an empty project template time 2014-12-04 09:53:31 csdn Blog
original http://blog.csdn.net/mr_rog/ article/details/41719985 Theme iOS development
Since the XCODE6 upgrade, you can not create an empty template, then you need to configure the project by simply a few steps to become familiar with the empty template;
1. First create a single View application
2. Then find the Engineering catalogue-"supporting files--" Find info.plist--"find inside the Load Page Item Launch screen interface file. Clears the value of the property corresponding to
3. Then find the Engineering catalogue-"supporting files--" Find info.plist--"find inside the Load page item Main Storyboard file Base name remove this property
4. Now the system is cleared by default, the next step is to customize the project, go in appdelegate.m Create a window, and then load the custom controller. You can remove the controller you don't use. Keep the project simple
iOS Empty template configuration