dewango / BottomNavigationBarXF

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

how to used BottomNavigationBarXF in MvvmCross.Forms #86

Open guiying521 opened 6 years ago

guiying521 commented 6 years ago

how to used BottomNavigationBarXF in MvvmCross.Forms?

NitishKSharma commented 6 years ago

Any luck with this one? Did you find any resource for doing this?

NitishKSharma commented 6 years ago

So it worked for me. Wherever you are loading the first viewModel (generally in MvxApp.cs), instead of loading viewModel, run the code to initiate BottomBar. That's it, should work from there on.