I want to store some user settings like selected image, etc. How could I do that with an plist?
+2
A:
For basic settings you can use NSUserDefaults. If you need something more complicated (serializing objects) then you should write out and read in a data file.
Andrew Grant
2009-04-03 16:34:21
+1
A:
hey this is really easy and there are plenty of posts on the internet for this
here is a nice link - http://www.iphonesdkarticles.com/2008/08/application-preferences-part-2.html
Raj
2009-04-03 16:35:11