Re: Color entire table view row
Re: Color entire table view row
- Subject: Re: Color entire table view row
- From: Ondra Cada <email@hidden>
- Date: Fri, 5 Apr 2002 01:41:34 +0200
On Friday, April 5, 2002, at 12:34 , Erik J. Barzeski wrote:
Quick question: what's the best way to quickly color a table row (it's all
text)? Obviously I could do it all with attributed strings, but I'm
looking
for something that simply works with NSStrings (and NSNumber, and so on).
Set the cell attributes appropriately in the
tableView:willDisplayCell:forTableColumn:row: delegate method.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.