NSSortDescriptor *descriptor = [[NSSortDescriptor alloc]
initWithKey:@"surname"
ascending:YES
selector:@selector(localizedStandardCompare:)];
我用这个来排序我的阵列,但我想首先显示希伯来语,然后英语是可能的。