today i was following through in Making a Tic Tac Toe Game - Introduction and Setup (Lesson 1-2)
near the end of the video the page went white as soon as i added
.inNavigationStack()
from this code
.padding()
.navigationTitle(“Xs and Os”)
.fullScreenCover(isPresented: $startGame) { GameView()
}
.inNavigationStack()
}
i tried looking everywhere for a solution but i couldn’t, thanks