Reputation: 95
I had been developing an app using sqlite recently. But now in my existing app I want to use core data in it. Can you suggest me a tutorial which not just teaches about basic, but how to create a relationship and adding a version to that core data model.
Upvotes: 0
Views: 99
Reputation: 24237
Generally, for beginners you will find Ray Wenderlich has some great tutorials for most iOS stuff. Heres one on Core Data
Upvotes: 1