Beginning Core Data

Learn the basics of using Core Data in this beginning series! You’ll learn how to model your data with attributes and relationships; add and update records; and then fetch your data with sorting and filtering options. By Luke Parham.

Leave a rating/review
Save for later
Comments
Share
01
Toggle description

Get a look at the content of our Beginning Core Data Series!

Toggle description

Learn how to perform a simple Fetch Request to retrieve objects you've stored in Core Data.

Toggle description

Learn how to use managed object subclasses to easily manipulate your data.

Toggle description

Learn how to use sort descriptors and predicates to return only the data you want exactly the way you want it.

Toggle description

Learn how fetched results controllers can make setting up a table or collection view a lot easier!

06
Toggle description

Learn how to set up relationships between your managed objects.

Conclusion 3:11
Toggle description

In this conclusion video, you'll get an overview of what you've learned so far and what you have to look forward to in the Intermediate Series