Created
October 17, 2020 14:25
-
-
Save 0xSG/d33fb0bea34d547c1c143b371be0028b to your computer and use it in GitHub Desktop.
DispatchQueue main asyncAfter
This file contains hidden or 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() + <#delaySeconds#>, execute: { | |
<#Statements#> | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment