I'm developing an app where I need to store user data for 15 different objects, each with an unspecified number of sub-objects. My original plan was to simply use text files in the documents directory, but now I'm not sure if I should use Core Data or not.
Also, could someone point me to some documentation on the iOS documents folder? I can't seem to find it anymore.
Also, could someone point me to some documentation on the iOS documents folder? I can't seem to find it anymore.