Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacobsapps/2a29a98ec886a3426fc1fece6c22f813 to your computer and use it in GitHub Desktop.
Save jacobsapps/2a29a98ec886a3426fc1fece6c22f813 to your computer and use it in GitHub Desktop.
@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