Skip to content

Instantly share code, notes, and snippets.

@nolili
Created October 18, 2015 12:59
dispatch_after Swift
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, Int64(<# after #> * Double(NSEC_PER_SEC))), dispatch_get_main_queue()) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment