I have created a simple applicaton in xamarin with 2 screens.
Here in second screen, the back button should not appear on the navigation bar.
Can anyone please help me how to hide this button?
I have created a simple applicaton in xamarin with 2 screens.
Here in second screen, the back button should not appear on the navigation bar.
Can anyone please help me how to hide this button?
You can hide the back button like this:
NavigationItem.SetHidesBackButton (true, false);