I have an NSMUtableArray that has elements, for example:
a, b, c, e
And I want to add the object d to the end of c and to e . In other words, I would like to insert an object into a sorted array. (An object can also be a custom object)
I would like to know: besides using for to find a position, is there any other way to implement it? Better use iOS api.
Thank.
sorting objective-c nsmutablearray
scorpiozj Nov 18 '11 at 9:14 2011-11-18 09:14
source share