So I'm in the process of learning Xamarin with MVVMCross and I want to change views. I can do it in my ViewModel by doing the following:
ShowViewModel<ProfileViewModel>();
But then it comes up as a Navigation with a back button I want to to move from one view to another view.