博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
uitabbar 标题设置 button text attributes only respected for UIControlStateNormal
阅读量:5731 次
发布时间:2019-06-18

本文共 574 字,大约阅读时间需要 1 分钟。

uitabbar 标题设置 button text attributes only respected for UIControlStateNormal

[[UITabBarItem appearance] setTitleTextAttributes:@{ UITextAttributeTextColor : [UIColor whiteColor] }                                             forState:UIControlStateSelected];

设置 tabbar 标题时,出现提示

button text attributes only respected for UIControlStateNormal, UIControlStateHighlighted and UIControlStateDisabled. state = 1 is interpreted as UIControlStateHighlighted

 

解决方式:

  把上面 的  

"UIControlStateHighlighted" 换成 "UIControlStateSelected". 即可

 

 

转载于:https://www.cnblogs.com/cocoajin/p/3638245.html

你可能感兴趣的文章
[Unity3d]Shader 着色器 学习前了解知识
查看>>
Linux中文件颜色所代表的属性和颜色
查看>>
Redrain duilib中事件委托存在的问题
查看>>
43、我的C#学习笔记9
查看>>
网站建表实践及优化
查看>>
字符串的简单操作
查看>>
C#新功能--命名参数与可选参数
查看>>
构建ASP.NET MVC4+EF5+EasyUI+Unity2.x注入的后台管理系统(22)-权限管理系统-模块导航制作...
查看>>
strtok和strtok_r
查看>>
维辰超市:借助云商城成功转型新零售
查看>>
[Linux]Web性能测试http_load
查看>>
Airbnb 宣布放弃使用 React Native,回归使用原生技术
查看>>
中外RFID技术差异何在?
查看>>
web.xml中<load-on-start>n</load-on-satrt>作用
查看>>
python之路---进程
查看>>
1061. Dating (20)
查看>>
页面留白问题
查看>>
因为时间少
查看>>
leetcode 【 Best Time to Buy and Sell Stock II 】python 实现
查看>>
推荐15款创建漂亮幻灯片的 jQuery 插件
查看>>