objective-c Add to/Edit .plist file
- by Dave
Does writeToFile:atomically, add data to an existing .plist? Is it possible to modify a value in a .plist ? SHould the app be recompiled to take effect the change?
I have a custom .plist list in my app. The structure is as below:
<array>
<dict>
<key>Title</key>
<string>MyTitle</string>
…