I have NSMutableArray named dishArray. I have total 15 objects in this array.
I only want first three objects in array and delete the rest array.
Is there any way (other then looping) to delete?
I know using loop I can achieve it, but I am looking for alternate way. May be like deleteArray From: To: