gpt4 book ai didi

iphone - OHAttributedLabel numberOfLines

转载 作者:行者123 更新时间:2023-11-29 13:41:55 24 4
gpt4 key购买 nike

引用OHAttributedLabel numberOfLines问题。我创建了一个 OHAttributedLabel 并在设置 attributedText 时我的应用程序崩溃了。标签上显示的文本可能是多行,因为它来自服务器。
解决方案是什么?

NSMutableAttributedString* attrStr = [NSMutableAttributedString attributedStringWithString:string];
[attrStr setTextColor:[UIColor colorWithRed:0.f green:0.f blue:0.5 alpha:1.f] range:[string rangeOfString:matchingStringPhone]];
label.attributedText = attrStr;

在第二行崩溃。

最佳答案

编译器应该警告你类 NSMutableAttributedString 中没有 setTextColor:range: 方法。
至少我的是这样做的。
你的?

也许你想调用
- (void)setAttributes:(NSDictionary *)attributes range:(NSRange)aRange
???

关于iphone - OHAttributedLabel numberOfLines,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8855382/

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