Skip to content

Instantly share code, notes, and snippets.

@wszdwp
Last active August 6, 2018 14:21
Show Gist options
  • Select an option

  • Save wszdwp/ebbf548c083713789102ebed034d55a3 to your computer and use it in GitHub Desktop.

Select an option

Save wszdwp/ebbf548c083713789102ebed034d55a3 to your computer and use it in GitHub Desktop.
Swift 3 code gist
// Delay 2 seconds
DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(2)) {
// Your code with delay
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment