//public static Page GetMainPage() //{ // return new ContentPage // { // Content = new Label { // Text = "Hello, Forms !", // VerticalOptions = LayoutOptions.CenterAndExpand, // HorizontalOptions = LayoutOptions.CenterAndExpand, // }, // }; //} public static Page GetMainPage() { var profilePage = new View.ProfilePage(); _navPage = profilePage.Navigation; return new NavigationPage(profilePage); ; }
//public static Page GetMainPage() //{ // return new ContentPage // { // Content = new Label { // Text = "Hello, Forms !", // VerticalOptions = LayoutOptions.CenterAndExpand, // HorizontalOptions = LayoutOptions.CenterAndExpand, // }, // }; //} public static Page GetMainPage() { var profilePage = new View.ProfilePage(); _navPage = profilePage.Navigation; return(new NavigationPage(profilePage));; }