Skip to content

Instantly share code, notes, and snippets.

@kemalekren
Created April 7, 2018 18:50
Show Gist options
  • Save kemalekren/ee08e6d91d9bf30ec26b2ba2c2941735 to your computer and use it in GitHub Desktop.
Save kemalekren/ee08e6d91d9bf30ec26b2ba2c2941735 to your computer and use it in GitHub Desktop.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
window = UIWindow()
window?.makeKeyAndVisible()
let rootControoler = ViewController()
window?.rootViewController = rootControoler
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment