I would know if it’s possible to save data in a plist document and how accessing to it through the code.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A plist is nothing more than an xml document. It would be useful to know what programming language are you wanting to use as well. Objective-c for the iPhone has support through NSDictionary. .NET has some interpreters out there as well.