I have some code where there is one array that I add objects to. When I do it, it works. Now I have another array, initialized and created in a very similar way, that will run through addObject (i check this with breakpoints), what I am adding is not null, and its length is still 0. It is an NSMutableArray, and it is synthesized, so where did I go wrong?
BTW, it still does not add the object even when I make it add a string, like this:
[myArray addObject"test"];
BTW, it still does not add the object even when I make it add a string, like this:
[myArray addObject"test"];