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

UITabBarItem setBadgeTextAttributes:forState:]: unrecognized selector sent to instance #24

Closed pboisso closed 7 years ago

pboisso commented 7 years ago

Hi there,

We get error on iOS 9 for text attribute. We saw documentation that this was not supported, but were not expecting the app to crash.

How would you recommend to handle iOS < 10 bindings?

Thanks.

Patrice

pboisso commented 7 years ago

Reverted back to 1.0.1 and now it's working fine. Definitely an issue with latest version. Thanks.

xabre commented 7 years ago

Thanks for pointing it out. Same as #22 actually.

Todo for me:

xabre commented 7 years ago

Should be fixed with the 1.1.1 release. :)

pboisso commented 7 years ago

Awesome, thanks so much ! Great plugin by the way !