Create a new
empty
application in XCode 6
- Create a new project
- Select the “Single View Application” template
- Delete the the files Main.storyboard, ViewController.h, ViewController.m
- Go into your project settings (Command+1, then click on the project name at the top), and delete the text “Main” under “Main Interface”
- Open AppDelegate.m and add in the missing window code. Your application:didFinishLaunchingWithOptions: method should look like:
for swift: