Skip to content

Instantly share code, notes, and snippets.

@chriswill0w
Created November 17, 2017 09:42
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 chriswill0w/5f01edcacec5a82a7b15311e2df05261 to your computer and use it in GitHub Desktop.
Save chriswill0w/5f01edcacec5a82a7b15311e2df05261 to your computer and use it in GitHub Desktop.
dispatch async after
// to run something in 0.1 seconds
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
// your code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment