Skip to content

Instantly share code, notes, and snippets.

@tokorom
Created September 1, 2018 08:39
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/f8dc1707edc10d2a167e4d808ea9ce67 to your computer and use it in GitHub Desktop.
Save tokorom/f8dc1707edc10d2a167e4d808ea9ce67 to your computer and use it in GitHub Desktop.
let destination = UIViewController()
destination.view.backgroundColor = UIColor.red
let segue = FooSegue(identifier: nil, source: self, destination: destination)
segue.perform()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment