Core Data tutorials

10,136

Here is one for OS X: http://www.raywenderlich.com/21752/how-to-use-cocoa-bindings-and-core-data-in-a-mac-app

This is a good one as well (iOS): http://www.raywenderlich.com/934/core-data-tutorial-getting-started

Share:
10,136
TheAmateurProgrammer
Author by

TheAmateurProgrammer

An amateur programmer (still) after 4 years of development. Well versed in Objective-C and C, and somewhat proficient at Java and C++. Currently playing around with OpenGL on Mac OS X, learning more and more about OSX's frameworks as well as a bit of dabble in computer science using Java/C++/Python. Starting to learn Python and x86 Assembly.

Updated on June 04, 2022

Comments

  • TheAmateurProgrammer
    TheAmateurProgrammer almost 2 years

    Is there any good Core Data tutorials out there for mac/cocoa(not iphone)?

  • Bot
    Bot about 11 years
    How is this the selected answer? It says (not iphone)!
  • aqua
    aqua about 11 years
    The beauty of Core Data is that the concepts transfer from OSX to iOS and back. Is there a particular problem you found with the tutorial?