objective c - Is possible 'NSSortDescriptor' sort 'NSObject' with specific language first? -


        nssortdescriptor *descriptor = [[nssortdescriptor alloc]                                  initwithkey:@"surname"                                  ascending:yes                                  selector:@selector(localizedstandardcompare:)]; 

i used sort array want show hebrew word first , english possible.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -