Last active
October 9, 2020 23:50
-
-
Save SlappyAUS/bdc3661f8b7f5113af9ca8828fba10ef to your computer and use it in GitHub Desktop.
Timer with Closure #util
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
Timer.scheduledTimer(withTimeInterval: interval, repeats: false) { (timer) in | |
// Code here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment