国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

UITabBar 設(shè)置選中、未選中狀態(tài)下title的字體顏色

2019-11-09 18:18:27
字體:
供稿:網(wǎng)友

一、如果只是設(shè)置選中狀態(tài)的字體顏色,使用 tintColor  就可以達(dá)到效果

self.tabBar.tintColor = [UIColor redColor];二、但如果要將未選中狀態(tài)和選中狀態(tài)下的顏色都改變,可以使用 setTitleTextAttributes:<#(nullable NSDictionary<NSString *,id> *)#> forState:<#(UIControlState)#> 達(dá)到效果

[nav.tabBarItem setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor redColor]} forState:UIControlStateNormal];[nav.tabBarItem setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor blueColor]} forState:UIControlStateSelected];       或者

[[UITabBarItem appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor redColor]} forState:UIControlStateNormal];[[UITabBarItem appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor blueColor]} forState:UIControlStateSelected];


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 宁陵县| 敖汉旗| 黎城县| 岳西县| 罗江县| 龙泉市| 平谷区| 盐源县| 方山县| 昌邑市| 西宁市| 运城市| 高尔夫| 德惠市| 巴马| 寻乌县| 青岛市| 临城县| 岗巴县| 邹城市| 定南县| 大邑县| 许昌市| 阜阳市| 榆社县| 安宁市| 灵石县| 江永县| 松潘县| 额尔古纳市| 望城县| 云阳县| 蒲江县| 平湖市| 兴和县| 蓬安县| 吴忠市| 广宗县| 达日县| 两当县| 库伦旗|