Making iTunes-style NSTableView
Making iTunes-style NSTableView
- Subject: Making iTunes-style NSTableView
- From: ghazban <email@hidden>
- Date: Mon, 6 Jan 2003 12:18:01 +0100
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?
_______________________________________________
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.