It's not really a issue, but I want to know if it's possible to customize the bottom bar to renderer like this:
Because, today, my navigation works with ContentView:
I have "MainPage" with ContentView and BottomBar. My contentView is binded in property, and my bottombar change my property to load other ContentView.
But I want to change this navigation to ContentPage.
I tried MasterDetailPage, but I have HamburgerMenu and I don't have BottomBar.
Hello,
It's not really a issue, but I want to know if it's possible to customize the bottom bar to renderer like this:
Because, today, my navigation works with ContentView: I have "MainPage" with ContentView and BottomBar. My contentView is binded in property, and my bottombar change my property to load other ContentView.
But I want to change this navigation to ContentPage.
I tried MasterDetailPage, but I have HamburgerMenu and I don't have BottomBar.
Thanks