hugh-h
10/20/2017 - 5:55 PM

Manual Storyboard Loading

  let storyboard = UIStoryboard(name: "Main", bundle: nil)
  window = UIWindow()
  self.window?.rootViewController = storyboard.instantiateInitialViewController()
  self.window?.makeKeyAndVisible()