ios uibutton加数字角标
Posted 青松
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ios uibutton加数字角标相关的知识,希望对你有一定的参考价值。
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];
以上是关于ios uibutton加数字角标的主要内容,如果未能解决你的问题,请参考以下文章
只有在iOS中填写了多个UITextFields时才需要启用一个UIButton