Core Data: Fundamentals

Jul 19 2022 · Swift 5.5, iOS 15.4, Xcode 13.3.1

Part 2: Saving Launches

08. Introduction

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 07. Conclusion Next episode: 09. Creating a Core Data Model

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

Welcome back. In the last part of the course, you learned about the core data stack, which is composed of the object graph, the persistent store coordinator and the persistent store itself. You also learned how this is set up in your project via the persistent controller class. In this part of the course, you'll start to put some of these concepts into practice. First, you'll use the Entity Editor to define the different entities you'll need in the app and define some base attributes. Then for a challenge, you'll continue to customize the entity to provide all the attributes you need. And, finally, you'll learn how to persist entities into the persistent store so you can retrieve them later. Let's get started.