Vishnu Gupta
Vishnu Gupta

Reputation: 95

Core data tutorial

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

Answers (1)

Daniel Galasko
Daniel Galasko

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

Related Questions