Possible en double:
How can I reverse a NSArray in Objective-C?Est-il possible de convertir NSMutableArray dans son ordre inverse dans l'iPhone?
J'ai NSMutableArray *mutArray = [[NSMutableArray alloc]initWithObjects:obj1,obj2,obj3,nil];
et chaque objet ont nom, titre, adresse mais je veux montrer mutArray dans un autre NSMutableArray qui montre dans l'ordre inverse, il signifie obj3, obj2 & puis obj1, nil comment je le fais.
déjà répondu ici http://stackoverflow.com/questions/586370/how-can-i-reverse-a-nsarray-in-objective-c – Rog