else { VStack { Button(action: {self.GoToView2.toggle()}) { Text("Go to view 2") } } } } } } 在View2.swift 中: import SwiftUI struct View2: View { @State ...
確定! 回上一頁