Created
April 9, 2025 07:25
-
-
Save jacobsapps/2a29a98ec886a3426fc1fece6c22f813 to your computer and use it in GitHub Desktop.
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
@State private var showContinueButton = false | |
var body: some View { | |
// ... | |
.task { | |
try? await Task.sleep(for: .seconds(12)) | |
showContinueButton = true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment