dewango / BottomNavigationBarXF

Bottom Navigation Bar for Xamarin Forms
MIT License
187 stars 97 forks source link

Is it possible to full customize bottombar? #80

Open Naografix opened 6 years ago

Naografix commented 6 years ago

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:

zgkifws 1lui5pb

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