Have a problem here.
I have a NSMutableArray, where I have the following numbers:
99,
161,
178,
179,
180,
181,
182,
184,
185,
194,
195,
196,
205,
206,
210,
218,
337, <------- Here is the 337
227,
232,
240,
244,
346,
352,
353
As you can se there is a 337 between the 218 and 227. How can I make the 337 to go forward while the next number is smaller than 337?
Or in other words, how do I make my NSMutableArray Ascendent?