iPhone/iPadアプリ開発・objective-c・Xcode・iOSなどに関するメモ
NSSortDescriptor *sortDescriptor = [[NSSortDescriptor alloc] initWithKey:nil ascending:YES]; NSArray *sortedArray = [array sortedArrayUsingDescriptors:@[sortDescriptor]];
0 件のコメント:
コメントを投稿