So, I have managed to save the default data for each element I save into a dictionary. My problem now is how to create the plist and write to it. I assuem I shall create it in the same directory as the images self and that path do I have. I have been seaching for the syntax for creating a plist in the code, but I did not find anything helpful... do you have any suggestions?
Thanks in advance!
MACloop
If you save a NSDictionary or NSArray (which you use depends on what you are doing, I would have thought an NSArray containing NSDictionaries would be correct) to a file you get a plist. Use the well documented writeToFile:atomically: method.