Created
May 29, 2017 07:33
-
-
Save fewlinesofcode/e8d44c1ba71c27a0e6029c78582ebc1d to your computer and use it in GitHub Desktop.
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
DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 1 /*Delay time from now*/) { | |
// Your needed function | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment