IOS-细节错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IOS-细节错误相关的知识,希望对你有一定的参考价值。

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

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

以上是关于IOS-细节错误的主要内容,如果未能解决你的问题,请参考以下文章

unity 转 iOS小细节

iOS Swift - 带有左侧细节和右侧细节和字幕的 UITableViewCell?

iOS开发tableview二级联动的细节实现中注意的细节总结

吐血整理!必须收藏,44条代码优化细节

我是不是正确使用了 iOS 的“细节披露”和“披露”?

主细节应用程序初始视图控制器更改