NSSortDescriptor *sortDescriptor =
[[[NSSortDescriptor alloc] initWithKey:@"ソートに使用する項目のキー" ascending:YES] autorelease];
[myArrayController setSortDescriptors:[NSArray arrayWithObjects:sortDescriptor, nil]];
NSArrayController でソートに使用するカラムを指定するトラックバックはありません。トラックバックURL: http://numata.designed.jp/mt-tb.cgi/34 |
コメントを書く