dewango / BottomNavigationBarXF

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

Is there any way to give dynamic Title for specif Tab index? #91

Open NageshDegil opened 6 years ago

NageshDegil commented 6 years ago

I want to Change specific Tab index title (suppose there 4 bottom Tabs namely - A,B,C(Count),D when tapping Tab C the title should should update depending on Count value eg - C(5) ).

Can we do it with Bindable String Property?

MaikuB commented 6 years ago

from what i've seen, the library doesn't have support for binding. you can look at the renderer to see that for yourself and you'd have to modify it so that work with data binding

https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/custom-renderer/