You can Use following code. if you want to show edit on place of back ... you can do this struct DestinationView: View { var body: some View ... ... <看更多>
Search
Search
You can Use following code. if you want to show edit on place of back ... you can do this struct DestinationView: View { var body: some View ... ... <看更多>
In SwiftUI navigtion is handeled by the NavigationView and NavigationLink . ... Button { navigation.push(Tab_0_1_View(), withId: "Tab_0_1_View") } label: ... ... <看更多>