What other ways than NSUserDefaults are there to save and get back Custom Objects? For me, NSUserDefaults has become too much of a hassle (it’s not saving correctly), so I’m looking for another way to save data that will work. (I’ve already posted my problems, and I really just want to look for other ways to save data)
EDIT: I also need to be able to save things like UIIMages and UIButtons.
textfile orplistfile.SQLLiteto save data.Other than this if you are using server driven application, then you can save your data on server and get back when you need that.