Skip to content

Instantly share code, notes, and snippets.

@mitnick78
Created June 3, 2018 14:10
Show Gist options
  • Select an option

  • Save mitnick78/6210b14aea445ee7958d6346dd9e7230 to your computer and use it in GitHub Desktop.

Select an option

Save mitnick78/6210b14aea445ee7958d6346dd9e7230 to your computer and use it in GitHub Desktop.
if let viewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "DetailController") as? DetailController {
viewController.id = id
if let navigator = navigationController {
navigator.pushViewController(viewController, animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment