Skip to content

Instantly share code, notes, and snippets.

@akfreas
Created October 30, 2015 14:17
Show Gist options
  • Save akfreas/4e26db378d847775f9e2 to your computer and use it in GitHub Desktop.
Save akfreas/4e26db378d847775f9e2 to your computer and use it in GitHub Desktop.
let delayTime = dispatch_time(DISPATCH_TIME_NOW, Int64(1 * Double(NSEC_PER_SEC)))
dispatch_after(delayTime, dispatch_get_main_queue()) {
println("test")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment