What is the best and fastest way to sort an NSMutableArray
of NSInteger
?
Asked
Active
Viewed 799 times
-1
-
9There's no such thing as an `NSMutableArray` of `NSInteger`. What is your real question? – jscs Jun 05 '11 at 18:36
-
2I guess he means instances of `NSNumber` representing `NSInteger` values. – Joost Jun 05 '11 at 18:45
-
Please look at this http://stackoverflow.com/questions/5147218/sort-nsarray-using-sortedarrayusingfunction – xXx Jun 05 '11 at 20:13