ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.85k stars 1.69k forks source link

- (void)yy_setAttribute:(NSString *)name value:(id)value range:(NSRange)range 崩溃问题 #993

Open samllOranges opened 10 months ago

samllOranges commented 10 months ago

项目中出现了一些崩溃,就设置个color,font等都会与崩溃,偶现,例如 NSMutableAttributedString attributing = [[NSMutableAttributedString alloc] init]; NSMutableAttributedString nameString = [[NSMutableAttributedString alloc] initWithString:@"𝐊𝐇 ⁵ ¹ ¹ F²"]; nameString.yy_color = [UIColor whiteColor];//这句代码进去,最终蹦到- (void)yy_setAttribute:(NSString *)name value:(id)value range:(NSRange)range里面,有大神知道怎么解决吗?

image
weilihua commented 3 months ago

项目中出现了一些崩溃,就设置个color,font等都会与崩溃,偶现,例如 NSMutableAttributedString attributing = [[NSMutableAttributedString alloc] init]; NSMutableAttributedString nameString = [[NSMutableAttributedString alloc] initWithString:@"𝐊𝐇 ⁵ ¹ ¹ F²"]; nameString.yy_color = [UIColor whiteColor];//这句代码进去,最终蹦到- (void)yy_setAttribute:(NSString *)name value:(id)value range:(NSRange)range里面,有大神知道怎么解决吗? image

你这个问题解决了吗?