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
Post a Comment