Ios swift – In SwiftUI, when the MyView popup sheet then dismissed, the MyView should be displayed instead of ListView
Here is three view,ContentView,ListView and MyView。Click first bottom icon show ListView,then click NavigationLink display MyView.Click the button display sheet,dismiss the sheet the ListView displayed on the screen. struct ContentView: View { var body: some View { NavigationView { TabView {…