We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目中出现了一些崩溃,就设置个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里面,有大神知道怎么解决吗?
The text was updated successfully, but these errors were encountered:
你这个问题解决了吗?
Sorry, something went wrong.
No branches or pull requests
项目中出现了一些崩溃,就设置个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里面,有大神知道怎么解决吗?
The text was updated successfully, but these errors were encountered: