Easily customizable Create a BarButtonItem with a badge on top
BBBadgeBarButtonItem
Create a BarButtonItem with a badge on top. Easily customizable. Your BarButtonItem can be any custom view you wish for. The badge on top can display any number or string of any size or length.
Language: Obj-C
License: MIT
How To Get Started
Installation with CocoaPods
Use the CocoaPods magic by adding in your podfile the following line :
pod 'BBBadgeBarButtonItem'
Manually
It's quite easy, just download and add "BBBadgeBarButtonItem.h" and "BBBadgeBarButtonItem.m" into your xcodeproject. Don't forget to import the header file wherever you need it :
#import "BBBadgeBarButtonItem.h"