Skip to content

Instantly share code, notes, and snippets.

@jayrparro
Created August 24, 2015 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayrparro/8263385440d107f510e7 to your computer and use it in GitHub Desktop.
Save jayrparro/8263385440d107f510e7 to your computer and use it in GitHub Desktop.
let storyboard = UIStoryboard(name: "DetailView", bundle: NSBundle.mainBundle())
let viewController = storyboard.instantiateInitialViewController()
if let viewController = viewController {
self.presentViewController(viewController, animated: true, completion: nil)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment