Created
October 3, 2021 21:55
-
-
Save elifry/9281dfb3588ee1dda7868dab900ce179 to your computer and use it in GitHub Desktop.
Swift iOS simple wait command
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: .now() + 0.9, execute: { | |
self.self.doScan() | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment