摘要: http://www.tuicool.com/articles/zQJ32yj 阅读全文
posted @ 2016-04-06 17:06 zhen_zhen 阅读(86) 评论(0) 推荐(0) 编辑
摘要: #import <UIKit/UIKit.h> @interface UITabBar (badge) - (void)showBadgeOnItemIndex:(int)index; //显示小红点 - (void)hideBadgeOnItemIndex:(int)index; //隐藏小红点 阅读全文
posted @ 2016-04-06 16:06 zhen_zhen 阅读(168) 评论(0) 推荐(0) 编辑
摘要: for (UIBarItem *item in self.tabBarController.tabBar.items) { [item setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys: [UIFont fontWit 阅读全文
posted @ 2016-04-06 16:05 zhen_zhen 阅读(96) 评论(0) 推荐(0) 编辑