Why should I use Core Data for my iPhone app?

前端 未结 7 1570
旧巷少年郎
旧巷少年郎 2020-12-01 00:40

I\'m working on my 2nd iPhone app and am curious about Core Data. Time on the project is limited, as is my time overall.

I\'m the only dev and I have a feeling tha

7条回答
  •  庸人自扰
    2020-12-01 01:25

    I'm still in the X-Code 101 range of knowledge, but the first app I undertook on my own used core data (after reading a good tutorial).

    There is a lot of boilerplate software that comes already written in the empty app template, but the actual programmer interaction with the data base functionality is minimal and straightforward.

    Give it a shot: it's easier than you think.

提交回复
热议问题