Changing color to text in a tableview
Changing color to text in a tableview
- Subject: Changing color to text in a tableview
- From: Eivind Andersen <email@hidden>
- Date: Mon, 27 Oct 2003 15:04:51 +0100
Hi,
How can I, in an easy way, change the color of the text in a cell (or a
row) in a tableView?
The best way would be if I could go to the datasource, and change the
strings with something like:
NSString * aString;
[aString setColor:[NSColor redColor]];
but infortunally there is no such method...
Is there a similar way this can be done?
Best regards,
Eivind Andersen
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.