Skip to content

Instantly share code, notes, and snippets.

@stremsdoerfer
Created January 12, 2017 05:06
Show Gist options
  • Save stremsdoerfer/36d22a1133d8c3c10991d4b561312db0 to your computer and use it in GitHub Desktop.
Save stremsdoerfer/36d22a1133d8c3c10991d4b561312db0 to your computer and use it in GitHub Desktop.
override func viewDidLoad() {
super.viewDidLoad()
DispatchQueue.main.asyncAfter(deadline: .now() + 2) {
self.navigationController?.pushViewController(NewViewController())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment