gpt4 book ai didi

ios - NSStrikethroughStyleAttributeName , 如何在 iOS 10.3 中删除字符串?

转载 作者:可可西里 更新时间:2023-11-01 03:26:37 33 4
gpt4 key购买 nike

我在 iOS 10.3 发布之前就使用了这行代码,并且运行良好。

NSMutableAttributedString *attributeString = [[NSMutableAttributedString alloc] initWithString:[NSString stringWithFormat:@"%@\n%@",strMRP,strOffer]];

[attributeString addAttribute:NSFontAttributeName value:[UIFont boldSystemFontOfSize:12] range:NSMakeRange(0, strMRP.length)];

[attributeString addAttribute:NSFontAttributeName value:[UIFont boldSystemFontOfSize:15] range:NSMakeRange(strMRP.length, strOffer.length+1)];

[attributeString addAttribute:NSStrikethroughStyleAttributeName
value:[NSNumber numberWithInteger: NSUnderlineStyleDouble]
range:NSMakeRange(0,strMRP.length)];

但是现在它停止工作了,有没有其他方法可以进行删除?

最佳答案

这是 iOS 10.3 中的错误NSStrikethroughStyleAttributeName(任何 NSUnderlineStyle 案例)不再有效在 iOS SDK 10.3 上。

if anyone found the updated answer related to this , please inform here, I will update my answer.

产品版本:10.3

创建时间:2017 年 3 月 14 日

发起时间:2017 年 3 月 14 日

打开雷达链接:http://www.openradar.appspot.com/31034683

雷达状态当前为打开状态

您还可以看到备用示例 here可能有用。

关于ios - NSStrikethroughStyleAttributeName , 如何在 iOS 10.3 中删除字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43070335/

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