Created
October 12, 2016 04:37
-
-
Save mluton/29cc3bb58e11d25ca200af0c2bf5a335 to your computer and use it in GitHub Desktop.
Dispatch After
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, 1.00 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{ | |
// code | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment