Adding core data to my iPhone app

后端 未结 3 918
耶瑟儿~
耶瑟儿~ 2020-12-15 02:21

I have been here before, asking for a mapping library that could store objects in a database. Some one told me about the Core Data Framework. I have read a bit about it and

相关标签:
3条回答
  • 2020-12-15 02:33

    The book, More iPhone 3 Development begins with a great tutorial demonstrating how to use Core Data. I've found it incredibly helpful.

    0 讨论(0)
  • 2020-12-15 02:42

    There's a tutorial on iPhone developer site here. And there are several sample codes with Core Data as well. These should get you started.

    0 讨论(0)
  • 2020-12-15 02:46

    Here is a basic CoreData screencast that, while not specifically for the iPhone gives a decent introduction to CoreData concepts.

    0 讨论(0)
提交回复
热议问题