NSArray * array = [NSArray arrayWithObjects:@"1",@"2",@"3",@"4",@"5", nil]; NSArray * reverseArray = [[array reverseObjectEnumerator] allObjects];