What is the difference between:
[blah addObject:@"1"];
And
[blah insertObject:@"0" atIndex:0];
???
I know there both for a NSMutableArray.
|
What is the difference between:
And
??? I know there both for a |
||||
|
|
|
For example, say you have an array with following objects:
And you add E using
Then you insert F at index 2. Then it will look like:
|
|||
|
|