iOS UIButton/UIBarButtonItem-Badge(小红点)

写项目的时候要需要在导航栏的UIBarButton上添加badge,但UIBarButton没有badgeValue属性(只有UITabBarItem有badgeValue属性)不过在gitHub上找到一个排名较高的第三方库(将近600star),同时支持在UIButton上添加badge,具体如下:

iOS UIButton/UIBarButtonItem-Badge(小红点)_第1张图片
21F65FF5-84EC-4C76-A964-258D21BC94C7.png

第一种:
https://github.com/mikeMTOL/UIBarButtonItem-Badge
第二种:
https://github.com/cwRichardKim/RKNotificationHub

你可能感兴趣的:(iOS UIButton/UIBarButtonItem-Badge(小红点))