I have an array with nested NSMutableArrays.
I would like to be notified when ever one of the nested arrays has a change in number of objects.
I have read several methods but do not understand how this is done.
(i.e. insertObject:atIndex:
)
I have an array with nested NSMutableArrays.
I would like to be notified when ever one of the nested arrays has a change in number of objects.
I have read several methods but do not understand how this is done.
(i.e. insertObject:atIndex:
)