iphone - Sort NSArray based on multiple properties -


I have a problem here: - I have an array

  Item1, Item2, Item3, Item 4, Item 5, Item 6, Item 7, ...., Item 11   

I need to sort this array in that specific order, of course all kinds 'NSString' is of type

If I

  is sorted by Selector: @selector (caseInsensitiveCompare :)   < P> use it: -  
  Item1, Item10, Item11, Item2, Item3, Item4, Item5, Item6, Item7, Item8, Item 9   

I manually I can remove this numerical value from the form but I thought it might be a better way of using 'NSCumppator' to do this.

Use it like this:

Comments