Getting started in Core Data for iPhone?

前端 未结 4 2045
温柔的废话
温柔的废话 2020-12-19 15:34

I want to implement Core Data into my iPhone app. So what is the best way to learn Core Data specifically for the iPhone? I have 4ish hours that i can devote to this today,

4条回答
  •  时光取名叫无心
    2020-12-19 16:06

    Make sure you don't stop after the first document - Core Data Turorial for iPhone OS is excellent but then I tried to change the model and everything crashed with fairly cryptic error messages. Getting Started with Core Data is the next place to go. Unless you read the sections on versioning the data model you will probably run into big problems as soon as you start to adapt the example code for your own use.

提交回复
热议问题