Core Data Crash Course: Learn the Essentials of Core Data
Requirements
-
macOS Catalina 10.15.2 or later
-
Xcode 11.4 or above
-
Know how to create an Xcode Project (we have no problem helping if needed)
Description
Whether you’re brand new to the topic of Core Data or you are looking for a refresher, this crash course is for you.
You will learn everything from creating entities, creating your own Core Data Stack from scratch, utilizing NSFetchedResultsController to display that data inside of a UITableView, and how to add and delete objects in Core Data to see it reflected in your app.
Who this course is for:
- Beginner iOS Developers curious about Core Data
- Experienced iOS Developers in need of a refresher on Core Data