Skip to content

Instantly share code, notes, and snippets.

@sandofsky
Created September 23, 2014 02:07
Show Gist options
  • Save sandofsky/fc65dde1a012a207eb9a to your computer and use it in GitHub Desktop.
Save sandofsky/fc65dde1a012a207eb9a to your computer and use it in GitHub Desktop.
let delay = 2.0 * Double(NSEC_PER_SEC)
let time = dispatch_time(DISPATCH_TIME_NOW, Int64(delay))
dispatch_after(time, dispatch_get_main_queue(), {
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment