How to add Badges on UIBarbutton item?

I know this post is pretty old but with iOS7, MKNumberBadgeView’s appearance does not really match the tab bar item badge design.
I have found this other component which herits UIBarButtonItem and do the job very well :

https://github.com/TanguyAladenise/BBBadgeBarButtonItem

Hope this may help other iOS7 developers like me

Leave a Comment