FreshMvvm
FreshMvvm copied to clipboard
Customizing TabbedPage
Hi,
How can I write a custom renderer for TabbedPage using FreshMVVM.
Please I am also want to know. Please help me
Any updates regarding how to use custom render for TabbedPage for TopTabbedPage in IOS and BottomTabbedPage in Android ? If I am using Customrender it will not overrride with FreshMVVM. I am getting same result based on Platform. Please anyone provide and suggestion to over come this issue.
you can have a look at these project https://github.com/sthewissen/KickassUI.Spotify , it uses BottomNavigationBarXF to render a buttom tabbed Page
Yes, you can. If you are after a bottom tabbed navigation, you may also use https://github.com/NAXAM/bottomtabbedpage-xamarin-forms. Alternatively , if you are using Xamarin Forms 3.1, it supports out of box now
Just add this.On<Android>().SetToolbarPlacement(ToolbarPlacement.Bottom);
on the TabbedPage
you will need Xamarin Forms 3.1
Where do you execute that?
Where do you execute that?
I think you can call it from anywhere really. I'm calling it right in my App.xaml.cs after I build out my TabbedNavigationContainer for the main navigation. Works just fine.