I have a plist file in my document directory.
I need to delete some key with their value programatically.
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.
First I would read in the plist in
get the URL of the plist and read it in
then break it down into objects. plist are just a hierarchy of different NSObjects usually the root is an Array or a dictionary.
Modify the dictionary then re-write it to the documents folder.