iPhone Dev - Edit objects in Array from Plist
问题 I have a Plist in which I have a number of Array's. Within these arrays are different objects that I'm reading, I've become stuck however on editing these objects in the array and then saving the array back to the Plist file again. I'm already reading the file like so... Array = [myArrays objectAtIndex:arrayCounter]; //This tells it which Array to load. myObject = [Array objectAtIndex:0]; //This reads that object in the array. (This is what I want to edit.) I was wondering how I would go