/ Published in: Objective C
URL: http://www.mail-archive.com/cocoa-dev@lists.apple.com/msg09385.html
Expand |
Embed | Plain Text
NSSortDescriptor *desc = [[NSSortDescriptor alloc] initWithKey:nil ascending:YES selector:@selector(localizedCompare:)]; [desc release];
You need to login to post a comment.
