您好我有一张NS TexView:
[risultato setString:[NSString stringWithFormat:@"%@\n<Ricetta>\n\t<numero>%@</numero>\n\t<fbimage>http://www.aletrnativeindustries.it/piccole_ricette/%@.png</fbimg>\n\t<foto>%@.png</foto>\n\t<nome>%@</nome>\n\t<dose>X%@</dose>\n\t<tempo>%@</tempo>\n\t<ricetta>%@</ricetta>\n</Ricetta>\n", prec, number, photo, photo, title, dos, time, ric]];
risultato.textColor = [NSColor redColor];
使用最后一条指令我将所有颜色改为红色,但如果我想要一些文字保持黑色? 我需要那个prec,数字,照片,照片,标题,dos,时间,摆脱黑色。 prec,number ....是NSString。