FROM : George Orthwein
DATE : Thu Jun 22 17:20:52 2006
Ah, it's actually setSortDescriptors you want. Set it in
windowControllerDidLoadNib:
NSSortDescriptor* sortDescriptor = [[[NSSortDescriptor alloc]
initWithKey: @"displayOrder" ascending: YES] autorelease];
[tableView setSortDescriptors:[NSArray
arrayWithObject:sortDescriptor]];
Hope that helps,
George
DATE : Thu Jun 22 17:20:52 2006
Ah, it's actually setSortDescriptors you want. Set it in
windowControllerDidLoadNib:
NSSortDescriptor* sortDescriptor = [[[NSSortDescriptor alloc]
initWithKey: @"displayOrder" ascending: YES] autorelease];
[tableView setSortDescriptors:[NSArray
arrayWithObject:sortDescriptor]];
Hope that helps,
George
| Related mails | Author | Date |
|---|---|---|
| Alexander Lamb | Jun 22, 11:18 | |
| I. Savant | Jun 22, 14:15 | |
| Alexander Lamb | Jun 22, 15:53 | |
| George Orthwein | Jun 22, 17:20 | |
| Ben Lachman | Jun 22, 20:28 | |
| George Orthwein | Jun 23, 00:11 |






Cocoa mail archive

