If you make a choice to use Core Data are you agreeing to submit control of all data you would like persisted to the framework, or can you still use a mix of Core Data and more manual techniques?
I would like to save a single file, but I have my main data (array of objects) and my preferences (more isolated variables). My main data would seem to be a good candidate for Core Data, but the preferences do not. To use Core Data would I have to put my preferences into CD as well?
I would like to save a single file, but I have my main data (array of objects) and my preferences (more isolated variables). My main data would seem to be a good candidate for Core Data, but the preferences do not. To use Core Data would I have to put my preferences into CD as well?