Domanda di colloquio di GoPhygital

what is CoreData how to use in application?

Risposta di colloquio

Anonimo

14 apr 2024

CoreData is the framework provided by Apple to save, track, filter, and modify the data within the iOS applications. It is not the database, but it uses SQLite as it's persistent store. It is used to manage the model layer object in our application. It manages the object graphs, tracks the changes in the data, and modifies the data on the user interactions.