Skip to content

Instantly share code, notes, and snippets.

@tokorom
Created September 1, 2018 08:50
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 tokorom/82cf85dc2f3396e6af51a17cfb04e051 to your computer and use it in GitHub Desktop.
Save tokorom/82cf85dc2f3396e6af51a17cfb04e051 to your computer and use it in GitHub Desktop.
let segue = UIStoryboardSegue(identifier: nil, source: self, destination: viewController) { [unowned self] () in
self.present(viewController, animated: true)
}
segue.perform()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment