BadgeValueView】的更多相关文章

BadgeValueView 效果 源码 https://github.com/YouXianMing/UI-Component-Collection 中的 BadgeValueView // // BadgeValueView.h // BadgeView // // Created by YouXianMing on 16/5/17. // Copyright © 2016年 YouXianMing. All rights reserved. // #import <UIKit/UIKit.…
TabbarButton.h @interface TabbarButton : UIButton @property (nonatomic, strong) UIButton *badgeValueView; - (void)setItemBadgeNumber:(NSInteger)number; - (CGRect)imageRectForContentRect:(CGRect)contentRect; - (CGRect)titleRectForContentRect:(CGRect)c…