how to delete contents from plist ?
- by srikanth rongali
I have a plist file. I want to delete the data from the plist. How can I do it programmatically ?
My Plist have an array cells. cells is filled by dictionaries . Each dictionary is filled by string.
Thank you.