- Everywhere the user is made to switch the main page, it looks kinda messy so make the main page invisible first and then switch the page, like this: ``` App.Current.MainPage.IsVisible = false; App.Current.MainPage = view; ```