码迷,mamicode.com
首页 > 移动开发 > 详细

IOS-细节错误

时间:2016-10-28 03:13:33      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:for   zed   细节   bar   原因   white   text   页面   flow   

当页面显示时一直奔溃,错误提示-[UICachedDeviceWhiteColor pointSize]: unrecognized selector sent to instance

原因是设置导航字体颜色时[self.navigationController.navigationBar setTitleTextAttributes:@{NSFontAttributeName:[UIColor whiteColor]}];搞错了写成了设置字号了,正确应该是[self.navigationController.navigationBar setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor whiteColor]}];还是在stackoverflow上面找到了解释。

IOS-细节错误

标签:for   zed   细节   bar   原因   white   text   页面   flow   

原文地址:http://www.cnblogs.com/chenhongios/p/6006251.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!