1.创建一个 Single View Application: 2.删除工程目录下的 Main.storyboard 和 LaunchScreen.xib: 3.打开 Supporting Files 下的 Info.plist,删除 Launch screen interface file base name 和 Main storyboard file base name 两项: 4.点击工程 -> 点击Target下面的第一项 -> 选择General选项卡 -> 点击 Use A…
http://stackoverflow.com/questions/25783282/how-to-create-an-empty-application-in-xcode-6-without-storyboard?rq=1 There is no option in XCode6 for directly creating an Empty Application as in XCode5 and earlier. But still we can create application wi…