Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Diary App Using Core Data Understanding Core Data Typical Core Data Stack

Can anyone explain why core data is used and perhaps explain in the simplest way possible? Really simple.

I have a lot of problems understanding the instructor in this particular stage. I am getting quized on core data and yet I still have no idea what it is or why it's used. I would love some help and for someone to explain core data to me in very simple terms.

1 Answer

Core Data is a powerful unified framework provided by Apple for persisting data in the applications. It is cheap in terms of processes usage, and relationship between data can also be maintained easily.

Here's a nice overview of Core Data http://www.appcoda.com/introduction-to-core-data/