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

How do you hide the badge? #18

Closed triplumix closed 7 years ago

triplumix commented 7 years ago

How do you hide the badge if the value is 0? It does not auto hide if it has the value 0 Binding color doesn't seem to be a good idea since it doesn't work on iOS < 10

triplumix commented 7 years ago

"Showning / Hiding the badge

If the value of the BadgeText is set to null or empty string the badge is hidden. To show it again set a non null or empty value"

Sorry, my mistake. I've missed this line.