skip to Main Content

Xcode – SwiftUI – show an alert

I want an alert to be displayed when the user is moved to a new page without any action and quickly I use NavigationLink ContentView.swift struct ContentView: View { var body: some View { VStack{ NavigationLink(destination: SecondView()){ Text("Go to second…

VIEW QUESTION
Back To Top
Search