Re: Alternating row colors in a table view?
Re: Alternating row colors in a table view?
- Subject: Re: Alternating row colors in a table view?
- From: j o a r <email@hidden>
- Date: Tue, 24 Feb 2004 17:24:36 +0100
It has been discussed on the mailing lists a couple of times, but can
probably be difficult to find in the archives.
It's most likely a bug, so I wouldn't expect it to be documented by
Apple.
I wouldn't do it in the "objectValueForTableColumn:" method. Doing it
in "awakeFromNib" should suffice (I hope), and in that case it's only
done once per column - not every time a cell in the column is redrawn.
j o a r
On 2004-02-24, at 17.07, Jerry LeVan wrote:
>
Thanks, that certainly did the trick!, I tried mamasan and google...Is
>
this
>
documented somewere?
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.