摘要: 一、如果只是设置选中状态的字体颜色,使用 tintColor 就可以达到效果 [objc] view plain copy self.tabBar.tintColor = [UIColor redColor]; [objc] view plain copy [objc] view plain cop 阅读全文
posted @ 2018-06-21 20:35 brave-sailor 阅读(405) 评论(0) 推荐(0)
摘要: UILabel *Label = [[UILabel alloc] initWithFrame:CGRectMake(20, 300, 300, 30)]; NSMutableAttributedString *string = [[NSMutableAttributedString alloc] 阅读全文
posted @ 2018-06-21 14:32 brave-sailor 阅读(159) 评论(0) 推荐(0)