Creating a new project in XCode 6 doesn\'t allow to disable Storyboards. You can only select Swift or Objective-C and to use or not Core Data.
I tried deleting the s
Updated for Swift 3.0:
window = UIWindow() window?.rootViewController = ViewController() window?.makeKeyAndVisible()