Skip to content

Instantly share code, notes, and snippets.

@fewlinesofcode
Created May 29, 2017 07:33
Show Gist options
  • Save fewlinesofcode/e8d44c1ba71c27a0e6029c78582ebc1d to your computer and use it in GitHub Desktop.
Save fewlinesofcode/e8d44c1ba71c27a0e6029c78582ebc1d to your computer and use it in GitHub Desktop.
DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 1 /*Delay time from now*/) {
// Your needed function
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment