开发者

What is the use of Core Data and why we need it in iPhone development?

开发者 https://www.devze.com 2023-01-19 06:08 出处:网络
What is meant by Core Data in iPhone? Why we need it? What is the basic method开发者_C百科s in it?

What is meant by Core Data in iPhone? Why we need it? What is the basic method开发者_C百科s in it?

Thanks in Advance


It is essentially an ORM for the iPhone SDK, allowing you to define objects that act as a model which can be created, updated, and deleted through the use of OO and without writing SQL.

If you want more detail I would suggest accepting answers on your other posts like others have already suggested.

0

精彩评论

暂无评论...
验证码 换一张
取 消