Ios swift – Unable to display a view without making previous one close in swiftui
Swift newbie here. I want to show i view above the main view whenever an boolean ObservableObject haveOnGoingCall is changed, then in this new menus, if a button click occurs it should exit the new views and only show another…