Re: Getting the blue and white table views
Re: Getting the blue and white table views
- Subject: Re: Getting the blue and white table views
- From: Harriet Kerry <email@hidden>
- Date: Sun, 6 Apr 2003 14:52:52 -0700 (PDT)
Joar's answer is a good one, but you might spend a day
there. Look instead for delegate stuff for the table
view, where you have a chance to intervene before it
actually displays a row.
The list of delegate notifications is not long; the
prospect of dividing the row number for its modulo to
see if it is going to be blue or white is not
insurmountable; and your own documentation at
/Developer/Documentation/Cocoa/Reference
if read thoroughly, should give you all the clues you
need.
Best of luck.
HK
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
_______________________________________________
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.