iOS UIButton/UIBarButtonItem-Ba

作者: 来宝 | 来源:发表于2016-05-08 03:18 被阅读5408次

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

21F65FF5-84EC-4C76-A964-258D21BC94C7.png
第一种:
https://github.com/mikeMTOL/UIBarButtonItem-Badge
第二种:
https://github.com/cwRichardKim/RKNotificationHub

相关文章

网友评论

  • Zszen:第一种是扩展到uitabbaritem上, 第二种是原生创建一个uiview出来, 感觉第二种更好玩一点
  • 十一岁的加重:两个框架 都要在IB画出barItem,对于 手码创建的barItem不会生效
    已丶惘然:怎么才能生效?有解决吗?
  • 十一岁的加重:现在试了下,为啥没有效果呢

本文标题:iOS UIButton/UIBarButtonItem-Ba

本文链接:https://www.haomeiwen.com/subject/bvjsrttx.html