Saving Data in my App
Hi
I would like to save data inside my app, so that it gets stored in a .plist file. i know how to read from a plist file, but not how to save data. I would like to have a tableView where you see all of the previously saved data and then you click on + and a window pops up, where you write a Name a description and other stuff inside textfields. The Name on other stuff that you write inside the text fields should be saved inside a plist file. I read many tutorials without success and i have no idea how it should work, i am new to xcode!
|