Back to Feed
Video youtube

Core Data: Saving to the Device | Swift 4, Xcode 9

Today we go over how to save data to the device with Core Data using Swift 4. This is a step by step tutorial that will explain what is happening in each line of code so you can grasp the full concept of how to save data to the user's device that can be used for the life cycle of the app.

Core Data is an Apple framework that allows you to store user data to the device and ensure that it can load saved data that persists even after app termination. With Core Data, you can structure your data mod

Watch on YouTube