hello all , I have NSMutableArray that i need to sort . to do so i use sortedArrayUsingSelector this function return me NSArray with the objects sorted.
my question is: if i want to sort the original array again do i need to release the previous sorted list that i got or just to sort it again ??
thanks