I have been here before asking for a mapping library that could store objects in a database. Someone told me about the structure of the master data. I read a little about it, and as I understand it. I created several “test basic data projects” where I worked with simple problems and ala Person and Group models. But now I want to experiment with implementing Core Data in one of my small iPhone apps. How can I do it? Subclassing from NSManagedObject and creating a managed entity model? I know there is something else, but I did not find anything on google og apples. Perhaps I am looking in the wrong direction while searching and searching the Internet. A link to an article / tutorial explaining how to add Core Data to my project will make my day.
mslot source
share