http://www.jianshu.com/p/0c7fae1cadac
第一种:
https://github.com/mikeMTOL/UIBarButtonItem-Badge
第二种:
https://github.com/cwRichardKim/RKNotificationHub
JSBadgeView 可以设置在任何view的很多位置,很好用
按钮右上角加个数字红点
JSBadgeView *badgeView = [[JSBadgeView alloc]initWithParentView:button.titleLabel alignment:JSBadgeViewAlignmentTextUpRight];