FreshMvvm icon indicating copy to clipboard operation
FreshMvvm copied to clipboard

Customizing TabbedPage

Open Chandraganesh opened this issue 6 years ago • 7 comments

Hi,

How can I write a custom renderer for TabbedPage using FreshMVVM.

Chandraganesh avatar Mar 30 '18 13:03 Chandraganesh

Please I am also want to know. Please help me

Codeadmire avatar Mar 31 '18 11:03 Codeadmire

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.

Codeadmire avatar Apr 13 '18 08:04 Codeadmire

you can have a look at these project https://github.com/sthewissen/KickassUI.Spotify , it uses BottomNavigationBarXF to render a buttom tabbed Page

maherzaidoune avatar Apr 23 '18 08:04 maherzaidoune

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

libin85 avatar Jun 25 '18 05:06 libin85

Just add this.On<Android>().SetToolbarPlacement(ToolbarPlacement.Bottom); on the TabbedPage you will need Xamarin Forms 3.1

claudioluciano avatar Jul 18 '18 17:07 claudioluciano

Where do you execute that?

seansparkman avatar Sep 07 '18 21:09 seansparkman

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.

ForteUnited avatar Nov 21 '19 23:11 ForteUnited