Core Data

suggest change

Introduction

Core Data is the model layer of your application in the broadest sense possible. It’s the Model in the Model-View-Controller pattern that permeates the iOS SDK.

Core Data isn’t the database of your application nor is it an API for persisting data to a database. Core Data is a framework that manages an object graph. It’s as simple as that. Core Data can persist that object graph by writing it to disk, but that is not the primary goal of the framework.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents