struct SecondView: View { @State var showAlert = true var body: some View { // i want to show alert when navigate to this view VStack{ ...
確定! 回上一頁