gpt4 book ai didi

iphone - NSMutableDictionary设置值在iOS 5上崩溃

转载 作者:行者123 更新时间:2023-12-01 17:43:24 25 4
gpt4 key购买 nike

我有以下代码:

 NSMutableDictionary *attributes = [NSMutableDictionary dictionary];
[attributes setValue:[UIColor colorWithRed:86.0/255.0 green:134.0/255.0 blue:172.0/255.0 alpha:1.0] forKey:NSForegroundColorAttributeName];

它在iOS 6上运行正常,但在iOS 5上崩溃。知道为什么吗?

最佳答案

NSForegroundColorAttributeNameNSAttributedString UIKit Additions Reference表示:

NSForegroundColorAttributeName


此属性的值是UIColor对象。使用此属性可以
指定渲染期间文本的颜色。如果不指定
此属性将文本显示为黑色。

在iOS 6.0及更高版本中可用。

在NSAttributedString.h中声明。


因此,此属性仅在iOS 6及更高版本中可用。实际上NSAttributedString UIKit Additions中的所有内容都是iOS 6及更高版本。

关于iphone - NSMutableDictionary设置值在iOS 5上崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12947962/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com