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.
Get a look at the content of our Beginning Core Data Series!
Learn how to perform a simple Fetch Request to retrieve objects you've stored in Core Data.
Learn how to use managed object subclasses to easily manipulate your data.
Learn how to use sort descriptors and predicates to return only the data you want exactly the way you want it.
Learn how fetched results controllers can make setting up a table or collection view a lot easier!
Learn how to set up relationships between your managed objects.
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