Created
October 18, 2015 12:59
-
-
Save nolili/62b0b8b832121db959a8 to your computer and use it in GitHub Desktop.
dispatch_after Swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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