Re: Making iTunes-style NSTableView
Re: Making iTunes-style NSTableView
- Subject: Re: Making iTunes-style NSTableView
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 6 Jan 2003 17:56:43 +0100
On lundi, janvier 6, 2003, at 12:18 PM, ghazban wrote:
I want to make a NSTableView of some data from a source consisting of
an NSMutableArray filled with NSDictionaries.
So far I have managed (it wasn't very hard :) )
The tricky part is that I want it to be sorted when a user clicks a
column header in the tableview and I want it to be sorted just the way
it acts like in for example iTunes.
Since very much comes for free with cocoa, I wondered if this might
too...
If not, may I have a hint on how to accomplish what I want?
Have a look at the sample code from Dan Wood for his MacTech articles.
http://www.karelia.com/tabletester/
_______________________________________________
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.