Ich habe ein Problem beim Sortieren einer Array-Datenbank: NSSortDescriptor *sorter = [[NSSortDescriptor alloc] initWithKey:@"w" ascending:YES]; NSArray *sortDescriptors = [NSArray arrayWithObject: sorter]; [mGlossaryArray sortUsingDescriptors:sortDescriptors]; [sorter release]; Hier in der...
72
Ich möchte ein Array mit NSSortDescriptor sortieren