I have such problem: I have a plist file, which I made by adding it to recourse files from anothe project, now I can read it, but I don’t now how to change it. Help me if you can, please.
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.
We cannot directly write to our application bundle, so we need to copy our plist to our application’s document directory for this use:
Then for editing the plist use:
Here
yourPlistName.plistis your plist andyourKeyis the key for which you are setting a new value.For more please check this video.