SwiftUI - Pop back in navigation stack does not deallocate a view
问题 I would like to start by highlighting my views hierarchy. I just have FindUserView and WelcomeView . FindUserView is used for retrieving users from the server if the entered email exists. If so, then it automatically redirects me to the next WelcomeView where I can enter password and login. I've created a repo here and a video SwiftUI - Pop back does not deallocate view My FindUserView : ---------------------------- and WelcomeView : ----------------- By pressing NEXT button on FindUserView I