I am navigating from one page to another with Navigation.PushAsync(new NavigationPage(new xyzpage())); and set the NavigationPage.SetHasNavigationBar(this, false); property. I am not able to show the title in navigation bar.
↧
I am navigating from one page to another with Navigation.PushAsync(new NavigationPage(new xyzpage())); and set the NavigationPage.SetHasNavigationBar(this, false); property. I am not able to show the title in navigation bar.