xabre / xamarin-forms-tab-badge

Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
MIT License
307 stars 75 forks source link

Binding no work #93

Closed adilsonbatistajr closed 4 years ago

adilsonbatistajr commented 4 years ago

Is there any reason for this not to work:

ViewModel: public string SalesCount { get { return _salesCount; } set { this.SetProperty(ref _salesCount, value); } } Xamarin Forms 4.7, Plugin.Badge 2.2.1
adilsonbatistajr commented 4 years ago

Solution: plugin:TabBadge.BadgeText="{Binding Source={x:Reference tabParticipantes}, Path=BindingContext.ParticipantesCount}"