Hi guys this is a new post regarding custom navigation bar that i made enjoy the code.
At first :
Remove the navigation bar from current page :
If you are in Xamarin forms 3.0 or above then you have to go the specific page .cs file and implement this :
SetValue(NavigationPage.HasNavigationBarProperty, false);
InitializeComponent();
Now the Xaml part we will be using Absolute Layout , Relative Layout and grids. Trust me they are more flexible.
That’s all now you will have as expected o/p